BlueConicPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BlueConicPlatform
Implementers

Constructors

BlueConicPlatform()

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

addConsentedObjective(String objectiveId) Future
addProfileValue(String property, String value) Future
addProfileValues(String property, List<String> values) Future
addRefusedObjective(String objectiveId) Future
createClickEvent(String interactionId, Map<String, dynamic> properties) Future
createConversionEvent(String interactionId, Map<String, dynamic> properties) Future
createEvent(String name, Map<String, String> properties) Future
createPageViewEvent(String screenName, Map<String, dynamic> properties) Future
createProfile() Future
createRecommendationEvent(String storeId, String action, List<String> itemIds) Future
createTimelineEvent(String type, DateTime date, Map<String, dynamic> properties) Future
createTimelineEventById(String id, String type, DateTime date, Map<String, dynamic> properties) Future
createViewEvent(String interactionId, Map<String, dynamic> properties) Future
deleteProfile() Future
getAllProfileProperties() Future
getConsentedObjectives() Future
getPrivacyLegislation() Future
getProfileId() Future
getProfileValue(String property) Future
getProfileValues(String property) Future
getRefusedObjectives() Future
getScreenName() Future
getSegments() Future
hasSegment(String segmentId) Future
incrementProfileValue(String property, int value) Future
initialize(Map<String, dynamic> properties) Future
isEnabled() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishAdvancedEvent(String name, List<String> values) Future
publishClickEvent(String selector, List<String> values) Future
publishFormSubmitEvent(String selector, List<String> values) Future
publishUpdateContentEvent(String selector, String value) Future
publishUpdateValuesEvent(String selector, String value) Future
setConsentedObjectives(List<String> objectiveIds) Future
setEnabled(bool isEnabled) Future
setLocale(String locale) Future
setPrivacyLegislation(String legislation) Future
setProfileValue(String property, String value) Future
setProfileValues(String property, List<String> values) Future
setRefusedObjectives(List<String> objectiveIds) Future
subscribe(String identifier, String eventName, {bool onlyOnce = false}) Stream
toString() String
A string representation of this object.
inherited
unsubscribe(String identifier) Future<void>
updateProfile() Future

Operators

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

Static Properties

instance BlueConicPlatform
getter/setter pair