NIMKickOutByOtherClientEvent constructor

NIMKickOutByOtherClientEvent(
  1. NIMAuthStatus status,
  2. int? clientType,
  3. int? customClientType
)

Implementation

NIMKickOutByOtherClientEvent(
  NIMAuthStatus status,
  this.clientType,
  this.customClientType,
) : super(status);