NativeIntent class

create_user: zhengzaihong email:1096877329@qq.com create_date: 2023/3/31 create_time: 16:12 describe: 构建意图用于启动 android或ios 系统界面或者跳转三方app

Constructors

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

Methods

canResolveActivity() Future<bool?>
提供给Android使用
convertFlags(List<int> flags) int
launch() Future<void>
android、ios的唤起方法 通知原生通过参数构建意图并启动
launchChooser(String title) Future<void>
主要提供给Android到 ,iOS还是触发launch函数
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