floo::BMXPushUserProfile#
Push user Profile.
#include <bmx_push_user_profile.h>
Inherits from BMXBaseObject
Public Functions#
| Name | |
|---|---|
| virtual | ~BMXPushUserProfile() Destructor |
| virtual int64_t | userId() =0 User ID (unique) |
| virtual std::string | pushAlias() =0 Push user alias |
| virtual std::string | pushToken() =0 Push user token |
| virtual const [MessagePushSetting] & | messagePushSetting() =0 Push user information settings |
Protected Functions#
| Name | |
|---|---|
| BMXPushUserProfile() |
Public Functions Documentation#
function ~BMXPushUserProfile#
inline virtual ~BMXPushUserProfile()
Destructor
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXPushUserProfile",function="~BMXPushUserProfile" %}{% endlanying_code_snippet %}
function userId#
virtual int64_t userId() =0
Unique user ID
Return: int64_t
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXPushUserProfile",function="userId" %}{% endlanying_code_snippet %}
function pushAlias#
virtual std::string pushAlias() =0
Push user alias
Return: std::string
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXPushUserProfile",function="pushAlias" %}{% endlanying_code_snippet %}
function pushToken#
virtual std::string pushToken() =0
Push user token
Return: std::string
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXPushUserProfile",function="pushToken" %}{% endlanying_code_snippet %}
function messagePushSetting#
virtual const MessagePushSetting & messagePushSetting() =0
Push user information settings
Return: [MessagePushSetting]
Protected Functions Documentation#
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXPushUserProfile",function="messagePushSetting" %}{% endlanying_code_snippet %}
function BMXPushUserProfile#
inline BMXPushUserProfile()
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXPushUserProfile",function="BMXPushUserProfile" %}{% endlanying_code_snippet %}
Updated on 2022-01-26 at 17:20:40 +0800