public interface ImNotifPolicy
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
Clear an IM notif policy (deactivate all receiving and sending of
notifications). |
void |
enableAll() |
Enable all receiving and sending of notifications.
|
long |
getNativePointer() |
Gets the native pointer used by this class to make native method calls.
|
boolean |
getRecvImdnDelivered() |
Tell whether imdn delivered notifications are being notified when received.
|
boolean |
getRecvImdnDeliveryError() |
Tell whether imdn delivery error notifications are being notified when
received. |
boolean |
getRecvImdnDisplayed() |
Tell whether imdn displayed notifications are being notified when received.
|
boolean |
getRecvIsComposing() |
Tell whether is_composing notifications are being notified when received.
|
boolean |
getSendImdnDelivered() |
Tell whether imdn delivered notifications are being sent.
|
boolean |
getSendImdnDeliveryError() |
Tell whether imdn delivery error notifications are being sent.
|
boolean |
getSendImdnDisplayed() |
Tell whether imdn displayed notifications are being sent.
|
boolean |
getSendIsComposing() |
Tell whether is_composing notifications are being sent.
|
java.lang.Object |
getUserData() |
Gets the object stored in this object user's data
|
void |
setRecvImdnDelivered(boolean enable) |
Enable imdn delivered notifications receiving.
|
void |
setRecvImdnDeliveryError(boolean enable) |
Enable imdn delivery error notifications receiving.
|
void |
setRecvImdnDisplayed(boolean enable) |
Enable imdn displayed notifications receiving.
|
void |
setRecvIsComposing(boolean enable) |
Enable is_composing notifications receiving.
|
void |
setSendImdnDelivered(boolean enable) |
Enable imdn delivered notifications sending.
|
void |
setSendImdnDeliveryError(boolean enable) |
Enable imdn delivery error notifications sending.
|
void |
setSendImdnDisplayed(boolean enable) |
Enable imdn displayed notifications sending.
|
void |
setSendIsComposing(boolean enable) |
Enable is_composing notifications sending.
|
void |
setUserData(java.lang.Object data) |
Sets the object to store in this object user's data
|
java.lang.String |
toString() |
boolean getRecvImdnDelivered()
void setRecvImdnDelivered(boolean enable)
enable
- Boolean value telling whether to notify received imdn deliveredboolean getRecvImdnDeliveryError()
void setRecvImdnDeliveryError(boolean enable)
enable
- Boolean value telling whether to notify received imdn deliveryboolean getRecvImdnDisplayed()
void setRecvImdnDisplayed(boolean enable)
enable
- Boolean value telling whether to notify received imdn displayedboolean getRecvIsComposing()
void setRecvIsComposing(boolean enable)
enable
- Boolean value telling whether to notify received is_composingboolean getSendImdnDelivered()
void setSendImdnDelivered(boolean enable)
enable
- Boolean value telling whether to send imdn deliveredboolean getSendImdnDeliveryError()
void setSendImdnDeliveryError(boolean enable)
enable
- Boolean value telling whether to send imdn delivery errorboolean getSendImdnDisplayed()
void setSendImdnDisplayed(boolean enable)
enable
- Boolean value telling whether to send imdn displayedboolean getSendIsComposing()
void setSendIsComposing(boolean enable)
enable
- Boolean value telling whether to send is_composing notifications. void clear()
void enableAll()
void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object