public abstract class Registration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Registration.RegistrationType |
Modifier and Type | Field and Description |
---|---|
Registration.RegistrationType |
mRegistrationType |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getExpirationTime()
Gets the expiration time
|
java.lang.String |
getNotificationHubPath()
Gets the notification hub path
|
java.lang.String |
getPNSHandle()
Gets the PNS specific identifier
|
java.lang.String |
getRegistrationId()
Gets the registration ID
|
Registration.RegistrationType |
getRegistrationType()
Gets the registration type
|
java.util.List<java.lang.String> |
getTags()
Gets the registration tags
|
java.lang.String |
getURI()
Gets the registration URI
|
public Registration.RegistrationType mRegistrationType
public Registration.RegistrationType getRegistrationType()
public java.lang.String getRegistrationId()
public java.lang.String getNotificationHubPath()
public java.util.List<java.lang.String> getTags()
public java.lang.String getURI()
public java.lang.String getPNSHandle()
public java.util.Date getExpirationTime() throws java.text.ParseException
java.text.ParseException