AdgydeflutterpluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AdgydeflutterpluginPlatform
Implementers

Constructors

AdgydeflutterpluginPlatform()
Constructs a AdgydeflutterpluginPlatform.

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

computingEvent(String eventId, Map eventValue) → void
countingEvent(String eventId, Map eventValue) → void
customUnique(String eventId, Map eventValue, int time) → void
daliyUnique(String eventId, Map eventValue) → void
fcmToken(String token) → void
getCampaignId() Future<String?>
getCampaignName() Future<String?>
getchannelId() Future<String?>
getChannelName() Future<String?>
getDeeplinkData() Future<String?>
getEmailId(String emailId) → void
getMediaSource() Future<String?>
getPhoneNumber(int phoneno) → void
getPlatformVersion() Future<String?>
getUserId() Future<String?>
getUtmSource() Future<String?>
init(String appkey, String channel) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
permanentUnique(String eventId, Map eventValue) → void
removeCurrentScreen(String screenName) → void
revenueEvent(int revenue) → void
setAge(String age) → void
setClientUserId(String clientUserid) → void
setCurrentScreen(String screenName) → void
setGender(String gender) → void
setImeiPermission(bool imei) → void
simpleEvent(String eventValue) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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