FluttersdkpluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FluttersdkpluginPlatform
Implementers

Constructors

FluttersdkpluginPlatform()
Constructs a FluttersdkpluginPlatform.

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
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 uid, String name, String age, String email, String phone, String gender, String token, String profileUrl, String dob, String education, bool employed, bool married, String adId) → void
onMessageReceived(RemoteMessage msg) → dynamic
onTrackEvent(String content) → void
onTrackEventwithData(String eventData, String event) → void
pushLocation(double lat, double lang) → dynamic
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 FluttersdkpluginPlatform
The default instance of FluttersdkpluginPlatform to use.
getter/setter pair