ResdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ResdkPlatform
- Implementers
Constructors
- ResdkPlatform()
- Constructs a ResdkPlatform.
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
-
addNewNotification(
String notificationTitle, String notificationBody) → dynamic -
appConversionTracking(
) → void -
customEvent(
String eventData, String event) → void -
deepLinkData(
) → void -
deleteNotificationByCampaignId(
dynamic content) → void -
formDataCapture(
String formData) → void -
getCampaignData(
) → void -
getNotification(
) → Future -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notificationCTAClicked(
String camplaignId, String actionId) → void -
onDeviceUserRegister(
String userData) → void -
onMessageReceived(
RemoteMessage msg) → dynamic -
onTrackEvent(
String content) → void -
pushLocation(
double lat, double lang) → void -
qrlink(
String myLink) → void -
readNotification(
dynamic content) → void -
readNotificationCount(
) → Future< int?> -
screentracking(
String screenName) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unReadNotification(
String cid) → void -
unReadNotificationCount(
) → Future< int?> -
updatePushToken(
String token) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ResdkPlatform
-
The default instance of ResdkPlatform to use.
getter/setter pair