NewsdkpluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NewsdkpluginPlatform
Implementers

Constructors

NewsdkpluginPlatform()
Constructs a NewsdkpluginPlatform.

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
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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) → void
onTrackEvent(String content) → void
pushLocation(double lat, double lang) → dynamic
readNotification(dynamic content) → void
readNotificationCount() Future<int?>
toString() String
A string representation of this object.
inherited
updatePushToken(String token) → void

Operators

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

Static Properties

instance NewsdkpluginPlatform
The default instance of NewsdkpluginPlatform to use.
getter/setter pair