MethodChannelSiprocalsdkHelios class

An implementation of SiprocalsdkHeliosPlatform that uses method channels.

Inheritance

Properties

CLIENT_ATTRIBUTES String
final
FCM_SENDER_ID String
final
GET_COUNTRY_CODE String
final
GET_OPTIN_STATUS String
final
HANDLE_FCM_MESSAGE String
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
NOTIFICATION_CHANNEL_ID String
final
NOTIFICATION_CHANNEL_NAME String
final
REFRESH_TOKEN String
final
REQUEST_PERMISSION String
final
REQUEST_PERMISSION_GL String
final
REQUEST_TRACKING String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SDK_INFORMATION String
final
SDK_STATUS String
final
SEND_EVENT String
final
SENSITIVE_DATA String
final
SENSITIVE_DATA_APP String
final
SENSITIVE_DATA_PHONE String
final
SENSITIVE_DATA_TELEPHONY String
final
SET_COUNTRY_CODE String
final
SHOW_AVAILABLE_AD String
final
TRACK_IN_APP_EVENTS String
final
UPDATE_OPTIN String
final

Methods

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

Operators

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