NativebrikBridgePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NativebrikBridgePlatform
Implementers

Constructors

NativebrikBridgePlatform()
Constructs a NativebrikBridgePlatform.

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

callTooltipEmbeddingDispatch(String channelId, UIBlockEventDispatcher event) Future<void>
connectClient(String projectId, NativebrikCachePolicy cachePolicy) Future<String?>
connectEmbedding(String id, String channelId, dynamic arguments) Future<String?>
connectEmbeddingInRemoteConfigValue(String key, String channelId, String embeddingChannelId, dynamic arguments) Future<String?>
connectRemoteConfig(String id, String channelId) Future<RemoteConfigPhase?>
connectTooltip(String name) Future<UIRootBlock?>
connectTooltipEmbedding(String channelId, UIRootBlock rootBlock) Future<String?>
disconnectEmbedding(String channelId) Future<String?>
disconnectRemoteConfig(String channelId) Future<String?>
disconnectTooltipEmbedding(String channelId) Future<String?>
dispatch(String name) Future<String?>
getNativebrikSDKVersion() Future<String?>
getRemoteConfigValue(String channelId, String key) Future<String?>
getUserId() Future<String?>
getUserProperties() Future<Map<String, String>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordCrash(Map<String, dynamic> errorData) Future<void>
Records a crash with the given error data.
setUserProperties(Map<String, dynamic> properties) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance NativebrikBridgePlatform
The default instance of NativebrikBridgePlatform to use.
getter/setter pair