ReceivedAppControl class

Represents a received AppControl message.

Inheritance

Properties

appId String?
The ID of the application to handle this request (applicable for explicit requests).
getter/setter pairinherited
callerAppId String?
The caller application ID.
final
category String?
The type of the application that should handle this request, such as http://tizen.org/category/homeapp.
getter/setter pairinherited
extraData Map<String, dynamic>
Additional information contained by this application control. Each value must be either String or non-empty List<String>.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
launchMode LaunchMode
The launch mode, either LaunchMode.single or LaunchMode.group.
getter/setter pairinherited
mime String?
The MIME type of the data to be handled by this request.
getter/setter pairinherited
operation String?
The operation to be performed by the callee application, such as http://tizen.org/appcontrol/operation/view.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldReply bool
Whether a reply is requested.
final
uri String?
The URI of the data to be handled by this request.
getter/setter pairinherited

Methods

getMatchedAppIds() Future<List<String>>
Returns a list of installed applications that can handle this request.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reply(AppControl reply, AppControlReplyResult result) Future<void>
Replies to a launch request.
sendLaunchRequest({AppControlReplyCallback? replyCallback}) Future<void>
Sends a launch request to an application.
inherited
sendTerminateRequest() Future<void>
Sends a terminate request to a running application.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited