public class

AbstractPush.RegisterPush

extends AbstractKinveyJsonClientRequest<T>
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ com.google.api.client.util.GenericData
       ↳ com.kinvey.java.core.AbstractKinveyClientRequest<T>
         ↳ com.kinvey.java.core.AbstractKinveyJsonClientRequest<T>
           ↳ com.kinvey.android.push.AbstractPush.RegisterPush

Class Overview

Request object for posting to the REST endpoint to register a user for push notifications

Summary

[Expand]
Inherited Methods
From class com.kinvey.java.core.AbstractKinveyJsonClientRequest
From class com.kinvey.java.core.AbstractKinveyClientRequest
From class com.google.api.client.util.GenericData
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map