public class GeolocationModule extends Object implements tigase.jaxmpp.core.client.XmppModule
| Modifier and Type | Field and Description |
|---|---|
static String[] |
FEATURES |
static String |
XMLNS |
| Constructor and Description |
|---|
GeolocationModule(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
deinit(tigase.jaxmpp.core.client.JaxmppCore jaxmpp) |
tigase.jaxmpp.core.client.criteria.Criteria |
getCriteria() |
String[] |
getFeatures() |
android.content.ContentValues |
getLocationForJid(tigase.jaxmpp.core.client.BareJID jid) |
void |
init(tigase.jaxmpp.core.client.JaxmppCore jaxmpp) |
void |
process(tigase.jaxmpp.core.client.xml.Element element) |
void |
removeLocalityForJid(tigase.jaxmpp.core.client.BareJID jid) |
void |
setLocalityForJid(tigase.jaxmpp.core.client.BareJID jid,
android.content.ContentValues locality) |
public static final String XMLNS
public static final String[] FEATURES
public void deinit(tigase.jaxmpp.core.client.JaxmppCore jaxmpp)
public tigase.jaxmpp.core.client.criteria.Criteria getCriteria()
getCriteria in interface tigase.jaxmpp.core.client.XmppModulepublic String[] getFeatures()
getFeatures in interface tigase.jaxmpp.core.client.XmppModulepublic android.content.ContentValues getLocationForJid(tigase.jaxmpp.core.client.BareJID jid)
public void init(tigase.jaxmpp.core.client.JaxmppCore jaxmpp)
public void process(tigase.jaxmpp.core.client.xml.Element element)
throws tigase.jaxmpp.core.client.XMPPException,
tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
process in interface tigase.jaxmpp.core.client.XmppModuletigase.jaxmpp.core.client.XMPPExceptiontigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void removeLocalityForJid(tigase.jaxmpp.core.client.BareJID jid)
public void setLocalityForJid(tigase.jaxmpp.core.client.BareJID jid,
android.content.ContentValues locality)
Copyright © 2019. All rights reserved.