CustomerIOMethodChannel class
An implementation of CustomerIOPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- CustomerIOPlatform
- CustomerIOMethodChannel
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearIdentify(
) → void -
Call this function to stop identifying a person.
override
-
identify(
{required String userId, Map< String, dynamic> traits = const {}}) → void -
Identify a person using a unique userId, eg. email id.
Note that you can identify only 1 profile at a time. In case, multiple
identifiers are attempted to be identified, then the last identified profile
will be removed automatically.
override
-
initialize(
{required CustomerIOConfig config}) → Future< void> -
To initialize the plugin
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerDeviceToken(
{required String deviceToken}) → void -
Register a new device token with Customer.io, associated with the current active customer. If there
is no active customer, this will fail to register the device
override
-
screen(
{required String title, Map< String, dynamic> properties = const {}}) → void -
Track screen events to record the screens a user visits
override
-
setDeviceAttributes(
{required Map< String, dynamic> attributes}) → void -
Use this function to send custom device attributes
such as app preferences, timezone etc
override
-
setProfileAttributes(
{required Map< String, dynamic> attributes}) → void -
Set custom user profile information such as user preference, specific
user actions etc
override
-
toString(
) → String -
A string representation of this object.
inherited
-
track(
{required String name, Map< String, dynamic> properties = const {}}) → void -
To track user events like loggedIn, addedItemToCart etc.
You may also track events with additional yet optional data.
override
-
trackMetric(
{required String deliveryID, required String deviceToken, required MetricEvent event}) → void -
Track a push metric
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited