Notifyvisitors class

Constructors

Notifyvisitors()

Properties

hashCode int
The hash code for this object.
no setterinherited
platformVersion Future<String>
no setter
pushPromptInfo PushPromptInfo?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

autoStartPermission() Future<void>
createNotificationChannel(String channelId, String channelName, String channelDescription, String channelImportance, bool enableLights, bool shouldVibrate, String lightColor, String soundFileName) Future<void>
createNotificationChannelGroup(String groupId, String groupName) Future<void>
deleteNotificationChannel(String channelId) Future<void>
deleteNotificationChannelGroup(String groupId) Future<void>
event(String eventName, dynamic attributes, String lifeTimeValue, String scope, EventCallback handler) Future<void>
getEventSurveyInfo(EventSurvryInfo handler) Future<void>
getLinkInfo(GetClickInfo handler) Future<void>
getNotificationCenterCount(dynamic tabCountInfo) Future<String>
getNotificationCenterData() Future<String>
getNotificationCount() Future<String>
getNotificationData() Future<String>
getNvUID() Future<String>
getRegistrationToken() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parsePromptData(PushPromptInfo pushPromptInfo) Map<String, String>
pushPermissionPrompt(dynamic pushPromptInfo, PromptCallback handler) Future<void>
requestInAppReview() Future<String>
scheduleNotification(String nid, String tag, String time, String title, String msg, String url, String icon) Future<void>
scrollViewDidScrollIOS() Future<void>
show(dynamic tokens, dynamic customRules, dynamic fragmentName, ShowCallback handler) Future<void>
showNotifications(dynamic appInboxInfo, int dismiss) Future<void>
startChatBot(String screenName, ChatBotClick handler) Future<void>
stopGeofencePushforDateTime(String dateTime, String additionalHours) Future<void>
stopNotifications() Future<void>
stopPushNotifications(bool value) Future<void>
subscribePushCategory(dynamic categoryArray, bool unsubscribeSignal) Future<void>
toString() String
A string representation of this object.
inherited
userIdentifier(String userId, dynamic attributes) Future<void>

Operators

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

Static Properties

shared Notifyvisitors
getter/setter pair