Handles the communication with FCM server via Google Play services.
Public Constructor Summary
Inherited Method Summary
From class java.lang.Object
|
Object
|
clone()
|
| boolean |
|
| void |
finalize()
|
|
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 Methods
public Task<Bundle>
send (Bundle data)
Send a request to Google Play services.
Google Play services will make an HTTP request to the FCM server, passing all string
data in the bundle, along with some device and app data to identify and authenticate
the app instance making the request.
Returns
- A Task with the response to the request or failed Task with an Exception if there
was a failure in sending the request to Google Play services