Package com.zendesk.sdk.model.push
Class PushRegistrationResponse
- java.lang.Object
-
- com.zendesk.sdk.model.push.PushRegistrationResponse
-
public class PushRegistrationResponse extends java.lang.Object
This is a class model for a response for registering a device for push notifications. This object will be created byZendeskPushRegistrationProvider
-
-
Constructor Summary
Constructors Constructor and Description PushRegistrationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(java.lang.Object o)
java.lang.String
getIdentifier()
Get the device-specific identifierint
hashCode()
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
Get the device-specific identifier- Returns:
- The device-specific identifier
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-