| java.lang.Object |
| ↳ |
FirebaseMessagingService |
| |
↳ |
com.glia.androidsdk.fcm.GliaFcmService |
Class Overview
Class which is intended to be registered in integrator's application if and only if integrator
does not have any FCM services besides Glia's one. In that case integrator should declare this
class in his app's manifest:
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application ...>
<service
android:name="com.glia.androidsdk.fcm.GliaFcmService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
</application>
</manifest>
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
boolean
|
equals(Object arg0)
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
void
onMessageReceived
(RemoteMessage remoteMessage)
public
void
onNewToken
(String token)