1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
15 private final Long serverId;
20 private final Long categoryId;
30 this.serverId = serverId;
31 this.categoryId = categoryId;
59 return super.getPushMsgType();
QChatPushMsgType getPushMsgType()
获取推送消息类型选项
推送消息类型选项 低等级消息:普通消息等(没有具体目标、没有@意愿) 中等级消息: @所有人等(没有具体目...
Long getServerId()
获取服务器Id
QChatUpdateUserChannelCategoryPushConfigParam(@NonNull long serverId, @NonNull Long categoryId, @NonNull QChatPushMsgType pushMsgType)
Long getCategoryId()
获取频道分组Id
final QChatPushMsgType pushMsgType
推送消息类型选项