Enumeration: MessageTypes
Defined in: enums/index.ts:194
The types of messages exchanged between SDK components and the host application.
Enumeration Members
OnMethodReturn
OnMethodReturn:
"onMethodReturn"
Defined in: enums/index.ts:196
The message sent when a method returns a result.
OnEventReturn
OnEventReturn:
"onEventReturn"
Defined in: enums/index.ts:198
The message sent when an event occurs.
OnCallCommand
OnCallCommand:
"onCallCommand"
Defined in: enums/index.ts:200
The message sent when a command is called.
Error
Error:
"error"
Defined in: enums/index.ts:202
The message sent when an error occurs.