Class EventMessage.Builder
java.lang.Object
com.castlabs.android.player.models.EventMessage.Builder
- Enclosing class:
- EventMessage
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondurationMs(long durationMs) The duration of the event in milliseconds.get()id(long id) The instance identifier.messageData(byte[] messageData) The body of the message.schemeIdUri(String schemeIdUri) The message scheme.The value for the event.
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
schemeIdUriThe message scheme.
- 
valueThe value for the event.
- 
durationMsThe duration of the event in milliseconds.
- 
idThe instance identifier.
- 
messageDataThe body of the message.
- 
get
 
-