update
This commit is contained in:
@@ -41,5 +41,5 @@ android {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation 'io.openim:core-sdk:2.1.0.1@aar'
|
||||
implementation 'io.openim:core-sdk:2.1.0.6@aar'
|
||||
}
|
||||
@@ -211,4 +211,12 @@ public class GroupManager extends BaseManager {
|
||||
jsonValue(methodCall, "excludeUserIDList")
|
||||
);
|
||||
}
|
||||
|
||||
public void setGroupVerification(MethodCall methodCall, MethodChannel.Result result) {
|
||||
Open_im_sdk.setGroupVerification(new OnBaseListener(result, methodCall),
|
||||
value(methodCall, "operationID"),
|
||||
value(methodCall, "groupID"),
|
||||
value(methodCall, "needVerification")
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user