NtiuspPush class
Methods
-
checkDeviceInfoWithToken(String token)
→ Future<void>
-
-
confirmPushRead(String payload)
→ Future<void>
-
-
getImageUrl(NtiuspPayload payload)
→ Future<String?>
-
-
getPayloadObject(String payloadStr)
→ Future<NtiuspPayload>
-
-
-
initFCM(String apiKey, String appId, String messagingSenderId, String projectId, String storageBucket)
→ Future<void>
-
-
initSDK(String appId, String appName, String _apiUrl, String _xTenantId, String _xForwardFor, String _readApiUrl, String _readXTenantId, String _readOrganizationId, String _readAccessKey, String _readAuthScheme)
→ Future<void>
-
-
login(String customerId, String firstName, String lastName, String profileTypeId, String profileTypeValue, bool isSubscribedInfo, bool isSubscribedAd, bool isSubscribedNighttimeAd)
→ Future<bool>
-
-
logNotificationHandler(LogNotificationHandler handler)
→ void
-
-
logout()
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
receivedNotificationHandler(ReceivedNotificationHandler handler)
→ Future<void>
-
-
-
setSubscriptionInfo(bool isSubscribedInfo, bool isSubscribedAd, bool isSubscribedNighttimeAd)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
willPresentNotificationHandler(WillPresentNotificationHandler handler)
→ void
-