HaptikSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- HaptikSdkPlatform
- Implementers
Constructors
- HaptikSdkPlatform()
- Constructs a HaptikSdkPlatform.
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
-
destroy(
) → Future< String?> -
getFormattedNotificationText(
dynamic data) → Future< String?> -
handleNotification(
dynamic data) → Future< String?> -
isHaptikNotification(
dynamic data) → Future< bool?> -
launchCustomSignupConversation(
SignupData signupData) → Future< String?> -
launchGuestConversation(
InitData initData) → Future< String?> -
logout(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLaunchMessage(
String message, bool skipMessage) → Future< String?> -
setNotificationToken(
String data) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
updateUserData(
dynamic userData) → Future< String?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ HaptikSdkPlatform
-
The default instance of HaptikSdkPlatform to use.
getter/setter pair