RulesObslyBridge class
Bridge class for connecting Rules and Obsly SDK
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isConnected → bool
-
Whether the bridge is connected
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disconnect(
) → void - Disconnect the bridge
-
initialize(
{dynamic obslySDK}) → Future< void> - Initialize the bridge and connect rules controller to Obsly SDK This method should be called from the app after both SDKs are initialized
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → RulesObslyBridge
-
no setter
Static Methods
-
resetForTesting(
) → void - Reset singleton instance for testing