Interface ConnectChatBridge
-
- All Implemented Interfaces:
@CalledFromNative() public interface ConnectChatBridge
A helper interface that represents the callback methods used by the Rust side of the bridge.
-
-
Method Summary
Modifier and Type Method Description abstract longgetConnectionManagerUnsafeNativeHandle()-
-
Method Detail
-
getConnectionManagerUnsafeNativeHandle
abstract long getConnectionManagerUnsafeNativeHandle()
-
-
-
-