floo::BMXPushUserProfile
Push用户Profile.
#include <bmx_push_user_profile.h>
Inherits from BMXBaseObject
Public Functions
Name | |
---|---|
virtual | ~BMXPushUserProfile() 析构函数 |
virtual int64_t | userId() =0 用户ID(唯一) |
virtual std::string | pushAlias() =0 推送用户别名 |
virtual std::string | pushToken() =0 推送用户token |
virtual const [MessagePushSetting] & | messagePushSetting() =0 推送用户消息设定 |
Protected Functions
Name | |
---|---|
BMXPushUserProfile() |
Public Functions Documentation
function ~BMXPushUserProfile
inline virtual ~BMXPushUserProfile()
析构函数
Example:
function userId
virtual int64_t userId() =0
用户ID(唯一)
Return: int64_t
Example:
function pushAlias
virtual std::string pushAlias() =0
推送用户别名
Return: std::string
Example:
function pushToken
virtual std::string pushToken() =0
推送用户token
Return: std::string
Example:
function messagePushSetting
virtual const MessagePushSetting & messagePushSetting() =0
推送用户消息设定
Return: [MessagePushSetting]
Protected Functions Documentation
Example:
function BMXPushUserProfile
inline BMXPushUserProfile()
Example:
Updated on 2022-01-26 at 17:20:40 +0800