CarrotquestSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- CarrotquestSdkPlatform
- Implementers
Constructors
- CarrotquestSdkPlatform()
- Constructs a CarrotquestSdkPlatform.
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
-
auth(
String userId, {String? userAuthKey, String? userHash}) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
getUnreadConversationsCount(
) → Future< int> -
getUnreadConversationsCountStream(
) → Stream< int> -
isInit(
) → Future< bool> -
logOut(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openChat(
) → Future< void> -
pushCampaignsUnsubscribe(
) → Future< void> -
pushNotificationsUnsubscribe(
) → Future< void> -
sendFcmToken(
String token) → Future< void> -
sendFirebasePushNotification(
Map< String, dynamic> message) → Future<void> -
setup(
String appId, String apiKey, String? appGroup) → Future< void> -
setUserProperty(
UserProperty property) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
trackEvent(
String event, {Map< String, String> ? params}) → Future<void> -
trackScreen(
String screen) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ CarrotquestSdkPlatform
-
The default instance of CarrotquestSdkPlatform to use.
getter/setter pair