MethodChannelFluttersdkplugin class
An implementation of FluttersdkpluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FluttersdkpluginPlatform
- MethodChannelFluttersdkplugin
Constructors
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
-
eventTriggered(
) → dynamic -
formDataCapture(
String formData) → void -
override
-
getCampaignData(
) → void -
override
-
getNotification(
) → Future -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notificationCTAClicked(
String camplaignId, String actionId) → void -
override
-
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 -
override
-
onMessageReceived(
RemoteMessage msg) → dynamic -
override
-
onTrackEvent(
String content) → void -
override
-
onTrackEventwithData(
String eventData, String event) → void -
override
-
pushLocation(
double lat, double lang) → dynamic -
override
-
qrlink(
String myLink) → void -
override
-
readNotification(
dynamic content) → void -
override
-
readNotificationCount(
) → Future< int?> -
override
-
screentracking(
String screenName) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unReadNotification(
String cid) → void -
override
-
unReadNotificationCount(
) → Future< int?> -
override
-
updatePushToken(
String regToken) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- eventChannel → const EventChannel