NativeIntent class
create_user: zhengzaihong email:1096877329@qq.com create_date: 2023/3/31 create_time: 16:12 describe: 构建意图用于启动 android或ios 系统界面或者跳转三方app
Constructors
Properties
- action → String?
-
AndroidIntent
See https://developer.android.com/reference/android/content/Intent.html#intent-structure.
final
-
arguments
→ Map<
String, dynamic> ? -
See https://developer.android.com/reference/android/content/Intent.html#intent-structure.
final
-
arrayArguments
→ Map<
String, List> ? -
final
- category → String?
-
See https://developer.android.com/reference/android/content/Intent.html#intent-structure.
final
- componentName → String?
-
See https://developer.android.com/reference/android/content/Intent.html#setComponent(android.content.ComponentName).
final
- data → String?
-
See https://developer.android.com/reference/android/content/Intent.html#intent-structure.
final
-
flags
→ List<
int> ? -
AndroidFlags
See https://developer.android.com/reference/android/content/Intent.html#setFlags(int).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- package → String?
-
See https://developer.android.com/reference/android/content/Intent.html#setPackage(java.lang.String).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
See https://developer.android.com/reference/android/content/Intent.html#intent-structure.
final
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