TargetNavigatorTrait.NavigateTargetCommand.Request

class TargetNavigatorTrait.NavigateTargetCommand.Request


The request payload for the NavigateTarget command.

Summary

Public constructors

Request(target: UByte, data: OptionalValue<String>)

Creates a request payload for the NavigateTarget command.

Public properties

OptionalValue<String>

App-specific data.

UByte

The identifier for the navigation target.

Public constructors

Request

Request(target: UByte, data: OptionalValue<String> = OptionalValue.absent())

Creates a request payload for the NavigateTarget command.

Public properties

data

val dataOptionalValue<String>

App-specific data.

target

val targetUByte

The identifier for the navigation target.