Update SDK to 1.1.4
This commit is contained in:
parent
5bafe70ef4
commit
e18bbc567a
@ -51,5 +51,5 @@ android {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation 'io.openim:client-sdk:1.1.3@aar'
|
||||
implementation 'io.openim:client-sdk:1.1.4@aar'
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -371,8 +371,9 @@ class IMManager {
|
||||
}
|
||||
|
||||
///
|
||||
void setSdkLog({required bool enable}) {
|
||||
_channel.invokeMethod('setSdkLog', _buildParam({'sdkLog': enable ? 0 : 1}));
|
||||
void enabledSDKLog({required bool enabled}) {
|
||||
_channel.invokeMethod(
|
||||
'setSdkLog', _buildParam({'sdkLog': enabled ? 0 : 1}));
|
||||
}
|
||||
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user