Blue Conic Client
Properties
The configuration of the BlueConic client SDK. Not available before initialization.
BlueConic event manager used to publish Listener and Dialogue events.
Returns the screen name. When the screen name is set with a call to createEvent in the Activity's onResume method it will return that screen name. Otherwise it will return the Activity's title. This method is typically used in Plugins.
Returns all segments for the profile. The segments are retrieved by each PAGEVIEW event.
Functions
Registers an event of the specified type with the given data. The data object can contain a nested structure to sent over custom events and/or with Timeline context in order to register timeline events.
Clears the profile ID from the BlueConic client locally (cache). A new profile ID will be generated.
Removes the profile from the BlueConic servers. The profile ID will be removed from the BlueConic client. A new profile ID will be generated.
Triggers a call to onDestroy on every plugin that was retrieved at the last PAGEVIEW.
Returns whether a profile has a segment or not.
Initializes the BlueConic client with the given configuration.
Register a plugin class. This is optional. Can be used to mark and define which Plugin classes to use for BlueConic when a page view is registered.
Register a plugin class with a specific name. This is optional. Can be used to mark and define which Plugin classes to use for BlueConic when a page view is registered.
Set the simulator data for the BlueConic client.
Update the profile to sync over the data from the Mobile app to the BlueConic servers and; also pull in the data that has changed on the BlueConic side.