public interface IPushSettings
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPushSettings.IDevice |
| Modifier and Type | Method and Description |
|---|---|
IPushSettings |
addDevice(IPushSettings.IDevice device) |
List<IPushSettings.IDevice> |
getDevices() |
String |
getNode() |
tigase.xmpp.jid.BareJID |
getOwenerJid() |
tigase.xmpp.jid.BareJID |
getServiceJid() |
default boolean |
isOwner(tigase.xmpp.jid.BareJID jid) |
IPushSettings |
removeDevice(IPushSettings.IDevice device) |
List<IPushSettings.IDevice> getDevices()
String getNode()
tigase.xmpp.jid.BareJID getOwenerJid()
tigase.xmpp.jid.BareJID getServiceJid()
default boolean isOwner(tigase.xmpp.jid.BareJID jid)
IPushSettings addDevice(IPushSettings.IDevice device)
IPushSettings removeDevice(IPushSettings.IDevice device)
Copyright © 2017–2019 Tigase. All rights reserved.