SurvicateSdkPlatform class abstract
- Inheritance
- 
    - Object
- PlatformInterface
- SurvicateSdkPlatform
 
- Implementers
Constructors
- SurvicateSdkPlatform()
- Constructs a SurvicateSdkPlatform.
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
- 
  addSurvicateEventListener(SurvicateEventListenerInterface listener) → void 
- 
  enterScreen(String screenName) → Future< void> 
- 
  initializeSdk() → Future< void> 
- 
  invokeEvent(String eventName, Map< String, String> properties) → Future<void> 
- 
  leaveScreen(String screenName) → Future< void> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  removeSurvicateEventListener(SurvicateEventListenerInterface listener) → void 
- 
  reset() → Future< void> 
- 
  setLocale(String locale) → Future< void> 
- 
  setUserTrait(String key, String value) → Future< void> 
- 
  setUserTraits(Map< String, String> traits) → Future<void> 
- 
  setWorkspaceKey(String workspaceKey) → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Properties
- instance ↔ SurvicateSdkPlatform
- 
  The default instance of SurvicateSdkPlatform to use.
  getter/setter pair