MPFlutterWechatAppDelegate class

Constructors

MPFlutterWechatAppDelegate({void onLaunch(Map query, JSObject launchOptions)?, void onEnter(Map query, JSObject launchOptions)?, void onShow()?, void onHide()?, Map onSaveExitState()?, Map onShareAppMessage(JSObject)?, void onShareAppMessageAsync(JSObject, dynamic (Map))?, Map onShareTimeline(JSObject)?, void onShareTimelineAsync(JSObject, dynamic (Map))?, Map onAddToFavorites(JSObject)?, void onAddToFavoritesAsync(JSObject, dynamic (Map))?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onAddToFavorites Map Function(JSObject)?
final
onAddToFavoritesAsync → void Function(JSObject, dynamic (Map))?
final
onEnter → void Function(Map query, JSObject launchOptions)?
final
onHide → void Function()?
final
onLaunch → void Function(Map query, JSObject launchOptions)?
final
onSaveExitState Map Function()?
final
onShareAppMessage Map Function(JSObject)?
final
onShareAppMessageAsync → void Function(JSObject, dynamic (Map))?
final
onShareTimeline Map Function(JSObject)?
final
onShareTimelineAsync → void Function(JSObject, dynamic (Map))?
final
onShow → void Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

exitState() JSObject