Methods
contentLauncherStatus()
contentLauncherStatus(status: ContentLauncherStatusType): ILauncherResponseBuilder Add launch command status to builder.Parameters
status
ContentLauncherStatusTypeReturns
ILauncherResponseBuilderoptionalData()
optionalData(data:string): ILauncherResponseBuilder
Add optional app-specific data to builder.
Data is limited to 64k. If data size is greater than 64k, build() method would
throw an InvalidArgumentError.
Parameters
data
string
Returns
ILauncherResponseBuilderbuild()
build(): ILauncherResponse BuildILauncherResponse.
Constructs ILauncherResponse if all required fields are provided.
Throws
InvalidArgumentErrorif any required field is missing.
ILauncherResponse if built successfully.

