MethodChannelNewsdkplugin class

An implementation of NewsdkpluginPlatform that uses method channels.

Inheritance

Constructors

MethodChannelNewsdkplugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addNewNotification(String notificationTitle, String notificationBody) → dynamic
override
appConversionTracking() → void
override
deepLinkData() → void
override
deleteNotificationByCampaignId(dynamic content) → void
override
formDataCapture(String formData) → void
override
getPlatformVersion() Future<String?>
override
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
override
onTrackEvent(String content) → void
override
pushLocation(double lat, double lang) → dynamic
override
readNotification(dynamic content) → void
override
readNotificationCount() Future<int?>
override
toString() String
A string representation of this object.
inherited
updatePushToken(String regToken) → void
override

Operators

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