public interface Sneer
| Modifier and Type | Method and Description |
|---|---|
void |
addContact(java.lang.String nickname,
Party party) |
rx.Observable<java.util.List<Contact>> |
contacts()
All Individual contacts that you have and all Groups you are a member of ordered alphabetically.
|
rx.Observable<java.util.List<Conversation>> |
conversations()
All Conversations you have had, ordered by most recent first.
|
rx.Observable<java.util.List<Conversation>> |
conversationsContaining(java.lang.String messageType)
All Conversations of messageType have had, ordered by most recent first.
|
Contact |
findContact(Party party) |
java.lang.String |
problemWithNewNickname(PublicKey publicKey,
java.lang.String newNick) |
Conversation |
produceConversationWith(Party party) |
Party |
produceParty(PublicKey publicKey) |
Profile |
profileFor(Party party) |
Party |
self() |
void |
setConversationMenuItems(java.util.List<ConversationMenuItem> menuItems) |
TupleSpace |
tupleSpace() |
Party self()
rx.Observable<java.util.List<Contact>> contacts()
void addContact(java.lang.String nickname,
Party party)
throws FriendlyException
FriendlyException - if nickname is already set for another contact or if party is already a contact.java.lang.String problemWithNewNickname(PublicKey publicKey, java.lang.String newNick)
rx.Observable<java.util.List<Conversation>> conversations()
rx.Observable<java.util.List<Conversation>> conversationsContaining(java.lang.String messageType)
Conversation produceConversationWith(Party party)
void setConversationMenuItems(java.util.List<ConversationMenuItem> menuItems)
TupleSpace tupleSpace()