Getuiflut class

Constructors

Getuiflut()

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

addEventHandler({required EventHandler onReceiveClientId, required EventHandlerMap onReceiveMessageData, required EventHandlerMap onNotificationMessageArrived, required EventHandlerMap onNotificationMessageClicked, required EventHandlerMap onTransmitUserMessageReceive, required EventHandler onRegisterDeviceToken, required EventHandlerMap onReceivePayload, required EventHandlerMap onReceiveNotificationResponse, required EventHandler onAppLinkPayload, required EventHandlerMap onPushModeResult, required EventHandlerMap onSetTagResult, required EventHandlerMap onAliasResult, required EventHandlerMap onQueryTagResult, required EventHandlerMap onWillPresentNotification, required EventHandlerMap onOpenSettingsForNotification, required EventHandler onGrantAuthorization, required EventHandlerMap onLiveActivityResult}) → void
bindAlias(String alias, String sn) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onActivityCreate() → void
registerActivityToken(String aid, String token, String sn) → void
registerRemoteNotification() → void
resetBadge() → void
runBackgroundEnable(int enable) → void
setBadge(int badge) → void
setLocalBadge(int badge) → void
setPushMode(int mode) → void
setTag(List tags) → void
startSdk({required String appId, required String appKey, required String appSecret}) → void
startSdkSimple({required String appId, required String appKey, required String appSecret}) → void
toString() String
A string representation of this object.
inherited
turnOffPush() → void
turnOnPush() → void
unbindAlias(String alias, String sn, bool isSelf) → void

Operators

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

Static Properties

getClientId Future<String>
no setter
getLaunchNotification Future<Map>
no setter
initGetuiSdk Future<void>
no setter
platformVersion Future<String>
no setter
sdkVersion Future<String>
no setter