SiprocalpluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SiprocalpluginPlatform
Implementers

Constructors

SiprocalpluginPlatform()
Constructs a SiprocalpluginPlatform.

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

getCountryCodeSelected() Future<String?>
getEngagementAdsOptInStatus() Future<bool?>
getFCMSenderId() Future<String?>
getMonetizationAdsOptInStatus() Future<bool?>
getNotificationChannelId() Future<String?>
getNotificationChannelName() Future<String?>
getOptIntStatus() Future<bool?>
getSdkInformation() Future<String?>
handleFCMMessage(Map<String, dynamic> parameters) → void
launch() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optInToEngagementAds(bool value) → void
optInToMonetizationAds(bool value) → void
refreshToken() → void
requestAppTracking() → void
requestPushPermission() → void
sendEvent(Map<String, dynamic> parameters) → void
sendHostAppCountryCode(String org) → void
setClientAttributes(Map<String, dynamic> parameters) → void
setCountryCodeSelected(String org) → void
setSDKStatus(bool parameter) → void
setSensitiveData(bool parameter) → void
setSensitivePermissionAppService(bool parameter) → void
setSensitivePermissionPhoneServices(bool parameter) → void
setSensitivePermissionTelephonyServices(bool parameter) → void
toString() String
A string representation of this object.
inherited
updateOptIntStatus(bool parameters) → void

Operators

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

Static Properties

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