tizen_app_control library

Classes

AppControl
Represents a control message exchanged between applications.
ReceivedAppControl
Represents a received AppControl message.

Enums

AppControlReplyResult
Enumeration for the application control result.
LaunchMode
Enumeration for the application control launch mode.

Typedefs

AppControlReplyCallback = FutureOr<void> Function(AppControl request, AppControl reply, AppControlReplyResult result)
Callback to be called when a reply to a launch request is delivered.