LANYINGDevelopers
Web & Mini ProgramiOSAndroidC++Server API

BMXPushUserProfile Class Reference#

Inherits from BMXBaseObject :
NSObject
Declared in floo_proxy.h

Overview#

@interface Push User Profile

Instance Methods#

dealloc#

- (void)dealloc


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfile",function="dealloc" %}{% endlanying_code_snippet %}

messagePushSetting#

Push settings for the user

- (BMXPushUserProfileMessagePushSetting *)messagePushSetting

Return Value#

BMXPushUserProfileMessagePushSetting

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfile",function="messagePushSetting" %}{% endlanying_code_snippet %}

pushAlias#

Push user alias

- (NSString *)pushAlias

Return Value#

NSString

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfile",function="pushAlias" %}{% endlanying_code_snippet %}

pushToken#

Push token

- (NSString *)pushToken

Return Value#

NSString

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfile",function="pushToken" %}{% endlanying_code_snippet %}

userId#

Unique user ID

- (long long)userId

Return Value#

long long

Declared In#

  • floo_proxy.h

Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXPushUserProfile",function="userId" %}{% endlanying_code_snippet %}
Generated API content with concise AI notes where context helps.