Package tigase.push.fcm
Class FcmConnection
java.lang.Object
tigase.push.fcm.FcmConnection
- All Implemented Interfaces:
tigase.jaxmpp.core.client.eventbus.EventHandler,tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler,tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler
@Deprecated
public class FcmConnection
extends Object
implements tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler, tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler
Deprecated.
Created by andrzej on 20.05.2017.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler
tigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler.LoggedInEventNested classes/interfaces inherited from interface tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler
tigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler.LoggedOutEvent -
Constructor Summary
ConstructorsConstructorDescriptionFcmConnection(String serverKey, String senderId, boolean testing) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidonLoggedIn(tigase.jaxmpp.core.client.SessionObject sessionObject) Deprecated.voidonLoggedOut(tigase.jaxmpp.core.client.SessionObject sessionObject) Deprecated.protected voidpushNotificationFailed(String error) Deprecated.voidsendNotification(String payload) Deprecated.voidsetProvider(FcmProvider handler) Deprecated.voidstart()Deprecated.voidstop()Deprecated.
-
Constructor Details
-
FcmConnection
Deprecated.
-
-
Method Details
-
setProvider
Deprecated. -
start
public void start()Deprecated. -
stop
public void stop()Deprecated. -
onLoggedIn
public void onLoggedIn(tigase.jaxmpp.core.client.SessionObject sessionObject) Deprecated.- Specified by:
onLoggedInin interfacetigase.jaxmpp.core.client.JaxmppCore.LoggedInHandler
-
onLoggedOut
public void onLoggedOut(tigase.jaxmpp.core.client.SessionObject sessionObject) Deprecated.- Specified by:
onLoggedOutin interfacetigase.jaxmpp.core.client.JaxmppCore.LoggedOutHandler
-
sendNotification
public void sendNotification(String payload) throws tigase.jaxmpp.core.client.exceptions.JaxmppException Deprecated.- Throws:
tigase.jaxmpp.core.client.exceptions.JaxmppException
-
pushNotificationFailed
Deprecated.
-