MobileIMSDKLinkClose constructor
- {@required MobileIMSDKMethodType type,
- dynamic argument}
Implementation
MobileIMSDKLinkClose({@required MobileIMSDKMethodType type, dynamic argument}) : super(type, argument) {
if (argument is int) {
errorCode = argument;
}
}