mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 11:42:15 -05:00
7 lines
182 B
Java
7 lines
182 B
Java
package eu.siacs.conversations.ui;
|
|
|
|
public interface OnPresenceSelected {
|
|
public void onPresenceSelected(boolean success, String presence);
|
|
public void onSendPlainTextInstead();
|
|
}
|