public interface ImNotifPolicy
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear an IM notif policy (deactivate all receiving and sending of
notifications).
|
void |
enableAll()
Enable all receiving and sending of notifications.
|
boolean |
getRecvImdnDelivered()
Tell whether imdn delivered 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 |
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 |
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 |
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
|
boolean getRecvImdnDelivered()
void setRecvImdnDelivered(boolean enable)
boolean getRecvImdnDisplayed()
void setRecvImdnDisplayed(boolean enable)
boolean getRecvIsComposing()
void setRecvIsComposing(boolean enable)
boolean getSendImdnDelivered()
void setSendImdnDelivered(boolean enable)
boolean getSendImdnDisplayed()
void setSendImdnDisplayed(boolean enable)
boolean getSendIsComposing()
void setSendIsComposing(boolean enable)
void clear()
void enableAll()
void setUserData(java.lang.Object data)
java.lang.Object getUserData()