public class XMPPNotificationManager extends Object
Modifier | Constructor and Description |
---|---|
protected |
XMPPNotificationManager()
Constructor for XMPPNotificationManager.
|
Modifier and Type | Method and Description |
---|---|
static XMPPNotificationManager |
getInstance()
get an instance of the XMPPNotificationManager
|
boolean |
isLoggedIn()
isLoggedIn
|
boolean |
sendGroupChat(String xmppChatRoom,
String xmppMessage)
send an xmpp message to a specified Chat Room.
|
boolean |
sendMessage(String xmppTo,
String xmppMessage)
sendMessage
|
protected XMPPNotificationManager()
Constructor for XMPPNotificationManager.
public static XMPPNotificationManager getInstance()
public boolean isLoggedIn()
isLoggedIn
Copyright © 2021. All rights reserved.