NativeLibraryManager class
Constructors
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
-
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
- bindings → NativeImsdkBindings
-
final
- instance ↔ NativeLibraryManager
-
getter/setter pair
Static Methods
-
registerPort(
) → void -
setAdvancedMessageListener(
V2TimAdvancedMsgListener listener) → void -
setCommunityListener(
V2TimCommunityListener listener) → void -
setConversationListener(
V2TimConversationListener listener) → void -
setFriendshipListener(
V2TimFriendshipListener listener) → void -
setGroupListener(
V2TimGroupListener listener) → void -
setSdkListener(
V2TimSDKListener listener) → void -
setSignalingListener(
V2TimSignalingListener listener) → void -
timApiValueCallback2Future(
String userData, ApiCallback callback) → void -
timCallback2Future(
String userData, Completer< V2TimCallback> completer) → void -
timValueCallback2Future<
T> (String userData, Completer< V2TimValueCallback< completer) → voidT> >