Class EventMessage.Builder
java.lang.Object
com.castlabs.android.player.models.EventMessage.Builder
- Enclosing class:
- EventMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
Builder
public Builder()
-
-
Method Details
-
schemeIdUri
The message scheme. -
value
The value for the event. -
durationMs
The duration of the event in milliseconds. -
id
The instance identifier. -
messageData
The body of the message. -
get
-