FlutterMobileimsdkTcpmodePlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterMobileimsdkTcpmodePlatform
- Implementers
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
-
getConnectedStatus()
→ Future<FlutterMobileIMSDKResult>
-
-
getPlatformVersion()
→ Future<String?>
-
-
initMobileIMSDK({String? serverIP, int? serverPort, String? appKey, MobileIMSDKSenseMode? senseMode, bool? debug})
→ Future<FlutterMobileIMSDKResult>
-
-
login({String? loginUserId, String? loginToken, })
→ Future<FlutterMobileIMSDKResult>
-
-
logout()
→ Future<FlutterMobileIMSDKResult>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessage({String? dataContent, String? toUserId, String? fingerPrint, bool? qos, int? typeu})
→ Future<FlutterMobileIMSDKResult>
-
-
setMethodCallHandler({required ValueChanged<FlutterMobileIMSDKMethod> handler})
→ dynamic
-
-
toString()
→ String
-
A string representation of this object.
inherited