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