QChatUpdateUserServerPushConfigParam constructor

QChatUpdateUserServerPushConfigParam(
  1. int serverId,
  2. QChatPushMsgType pushMsgType
)

Implementation

QChatUpdateUserServerPushConfigParam(
    this.serverId, QChatPushMsgType pushMsgType)
    : super(pushMsgType);