AndroidIntent class

Constructors

AndroidIntent({String? action, List<int>? flags, String? category, String? data, Map<String, dynamic>? arguments, Map<String, List>? arrayArguments, String? package, String? componentName, String? type})
const
AndroidIntent.private({String? action, List<int>? flags, String? category, String? data, Map<String, dynamic>? arguments, Map<String, List>? arrayArguments, String? package, String? componentName, String? type})

Properties

action String?
final
arguments Map<String, dynamic>?
final
arrayArguments Map<String, List>?
final
category String?
final
componentName String?
final
data String?
final
flags List<int>?
final
hashCode int
The hash code for this object.
no setterinherited
package String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
final

Methods

buildArguments() Map<String, dynamic>
Constructs the map of arguments which is passed to the plugin.
convertFlags(List<int> flags) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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