ContentLauncherTrait.LaunchContentCommand.Response

class ContentLauncherTrait.LaunchContentCommand.Response


The outcome of the LaunchContent command.

Summary

Public constructors

Creates a response payload from the LaunchContent command.

Public properties

String?

Optional app-specific data.

ContentLauncherTrait.StatusEnum

The status of the LaunchContent command.

Public constructors

Response

Response(
    status: ContentLauncherTrait.StatusEnum = StatusEnum.Success,
    data: String? = null
)

Creates a response payload from the LaunchContent command.

Public properties

data

val dataString?

Optional app-specific data.

status

val statusContentLauncherTrait.StatusEnum

The status of the LaunchContent command.