Package tigase.push.api
Interface IPushSettings
- All Known Implementing Classes:
PushSettings
public interface IPushSettings
Created by andrzej on 02.01.2017.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddDevice(IPushSettings.IDevice device) getNode()tigase.xmpp.jid.BareJIDtigase.xmpp.jid.BareJIDintdefault booleanisOwner(tigase.xmpp.jid.BareJID jid) removeDevice(IPushSettings.IDevice device)
-
Method Details
-
getVersion
int getVersion() -
getDevices
List<IPushSettings.IDevice> getDevices() -
getNode
String getNode() -
getOwnerJid
tigase.xmpp.jid.BareJID getOwnerJid() -
getServiceJid
tigase.xmpp.jid.BareJID getServiceJid() -
isOwner
default boolean isOwner(tigase.xmpp.jid.BareJID jid) -
addDevice
-
removeDevice
-