iZooto class

Constructors

iZooto()

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

handleOverrideMethod(MethodCall methodCall) Future<Null>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNotificationOpened(OpenedNotificationParam data) → void
onNotificationReceived(ReceiveNotificationParam payload) → void
onTokenReceived(TokenNotificationParam token) → void
onWebView(WebViewNotificationParam landingUrl) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

notificationOpenedData OpenedNotificationParam?
getter/setter pair
notificationReceiveData ReceiveNotificationParam?
getter/setter pair
notificationToken TokenNotificationParam?
getter/setter pair
notificationWebView WebViewNotificationParam?
getter/setter pair
shared iZooto
getter/setter pair

Static Methods

addEvent(String eventName, Map<String, Object> eventValue) Future<void>
addTag(List<String> topicName) Future<void>
addUserProperties(String key, String value) → dynamic
addUserProperty(String key, String value) → dynamic
androidInit(bool isDefaultWebView) Future<void>
getNotificationFeed(bool isPagination) Future<String>
handleNotification(dynamic data) Future<void>
iOSInit({required String appId}) Future<void>
navigateToNotificationSetting */
promptForPushNotifications() Future<void>
receiveLandingURL() Future<String?>
receiveOpenData() Future<String?>
receivePayload() Future<String?>
receiveToken() Future<String?>
removeTag(List<String> topicName) Future<void>
setDefaultNotificationBanner(String setBanner) Future<void>
setDefaultTemplate(PushTemplate option) Future<void>
setFirebaseAnalytics(bool enable) Future<void>
setNotificationChannelName(String channelName) → dynamic
setNotificationChannelName */
setNotificationSound(String soundName) Future<void>
setSubscription(bool enable) → dynamic