im::floo::floolib::BMXPushUserProfile::MessagePushSetting
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| MessagePushSetting() | |
| void | setMPushEnabled(boolean value) |
| boolean | getMPushEnabled() |
| void | setMSilenceStartTime(int value) |
| int | getMSilenceStartTime() |
| void | setMSilenceEndTime(int value) |
| int | getMSilenceEndTime() |
| void | setMPushStartTime(int value) |
| int | getMPushStartTime() |
| void | setMPushEndTime(int value) |
| int | getMPushEndTime() |
Protected Functions
| Name | |
|---|---|
| MessagePushSetting(long cPtr, boolean cMemoryOwn) | |
| void | finalize() |
| long | getCPtr(MessagePushSetting obj) |
Protected Attributes
| Name | |
|---|---|
| transient boolean | swigCMemOwn |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function MessagePushSetting
inline MessagePushSetting()
Example:
function setMPushEnabled
inline void setMPushEnabled(
boolean value
)
Example:
function getMPushEnabled
inline boolean getMPushEnabled()
Example:
function setMSilenceStartTime
inline void setMSilenceStartTime(
int value
)
Example:
function getMSilenceStartTime
inline int getMSilenceStartTime()
Example:
function setMSilenceEndTime
inline void setMSilenceEndTime(
int value
)
Example:
function getMSilenceEndTime
inline int getMSilenceEndTime()
Example:
function setMPushStartTime
inline void setMPushStartTime(
int value
)
Example:
function getMPushStartTime
inline int getMPushStartTime()
Example:
function setMPushEndTime
inline void setMPushEndTime(
int value
)
Example:
function getMPushEndTime
inline int getMPushEndTime()
Protected Functions Documentation
Example:
function MessagePushSetting
inline MessagePushSetting(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
MessagePushSetting obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Example:
Updated on 2022-01-26 at 17:18:31 +0800
