im::floo::floolib::BMXPushUserProfile
Inherits from BMXBaseObject
Public Classes
| Name | |
|---|---|
| class | MessagePushSetting |
Public Functions
| Name | |
|---|---|
| BMXPushUserProfile() | |
| synchronized void | delete() |
| long | userId() |
| String | pushAlias() |
| String | pushToken() |
| BMXPushUserProfile.MessagePushSetting | messagePushSetting() |
Protected Functions
| Name | |
|---|---|
| BMXPushUserProfile(long cPtr, boolean cMemoryOwn) | |
| void | finalize() |
| long | getCPtr(BMXPushUserProfile obj) |
Public Attributes
| Name | |
|---|---|
| transient long | swigCPtr |
Public Functions Documentation
function BMXPushUserProfile
inline BMXPushUserProfile()
Example:
function delete
inline synchronized void delete()
Example:
function userId
inline long userId()
Example:
function pushAlias
inline String pushAlias()
Example:
function pushToken
inline String pushToken()
Example:
function messagePushSetting
inline BMXPushUserProfile.MessagePushSetting messagePushSetting()
Protected Functions Documentation
Example:
function BMXPushUserProfile
inline BMXPushUserProfile(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
BMXPushUserProfile obj
)
Public Attributes Documentation
variable swigCPtr
transient long swigCPtr;
Example:
Updated on 2022-01-26 at 17:18:31 +0800
