ContentAppObserverTrait.ContentAppMessageCommand.Request

class ContentAppObserverTrait.ContentAppMessageCommand.Request


The request payload for the ContentAppMessage command.

Summary

Public constructors

Request(data: OptionalValue<String>, encodingHint: String)

Creates a request payload for the ContentAppMessage command.

Public properties

OptionalValue<String>

Content app-specific data.

String

A content app-specific hint as to the encoding of the data.

Public constructors

Request

Request(
    data: OptionalValue<String> = OptionalValue.absent(),
    encodingHint: String = ""
)

Creates a request payload for the ContentAppMessage command.

Public properties

data

val dataOptionalValue<String>

Content app-specific data.

encodingHint

val encodingHintString

A content app-specific hint as to the encoding of the data.