AppletHandler class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
appletDidOpen(
String appId) → Future< void> - 打开小程序
-
customCapsuleMoreButtonClick(
String appId) → bool - 是否自定义胶囊里更多按钮的点击事件(该代理方法只对iOS端生效)
-
forwardApplet(
Map< String, dynamic> appletInfo) → void - 转发小程序
-
getCustomMenus(
String appId) → Future< List< CustomMenu> > - 获取自定义菜单
-
getMobileNumber(
dynamic param0(dynamic params)) → Future< void> - getMobileNumber
-
getUserInfo(
) → Future< Map< String, dynamic> > - 获取用户信息 "userId" "nickName" "avatarUrl" "jwt" "accessToken"
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCustomMenuClick(
String appId, String path, String appInfo) → Future< void> - 自定义菜单点击处理
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited