SiprocalsdkHeliosPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SiprocalsdkHeliosPlatform
Implementers

Constructors

SiprocalsdkHeliosPlatform.new()
Constructs a SiprocalsdkHeliosPlatform.

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?>
getFCMSenderId() Future<String?>
getNotificationChannelId() Future<String?>
getNotificationChannelName() Future<String?>
getOptIntStatus() Future<bool?>
getSdkInformation() Future<String?>
handleFCMMessage(Map<String, dynamic> parameters) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken() → void
requestAppTracking() → void
requestPermissionForGL() → void
requestPushPermission() → void
sendEvent(Map<String, dynamic> parameters) → 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
trackInAppEvents(String event) → void
updateOptIntStatus(bool parameters) → void

Operators

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

Static Properties

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