TcmppPlatformEventHandler class abstract

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

chooseMessageFile(AppInfo appInfo, int count, String type, List<String>? extensions) Future<List<String>>
customMenuClick(int menuId, ShareData? data) Future<void>
getCustomMenus() Future<List<CustomMenu>>
getImageShareCustomMenus() Future<List<CustomMenu>>
log(String message) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMiniProgramStateChange(String appId, MiniProgramState state) Future<void>
reportEvent(int eventId, String eventName, AppInfo appInfo, Map<Object?, Object?> params) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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