java.lang.Object | |
↳ | com.urbanairship.push.NamedUser |
The named user is an alternate method of identifying the device. Once a named user is associated to the device, it can be used to send push notifications to the device.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TagGroupsEditor |
editTagGroups()
Edit the named user tags.
| ||||||||||
void |
forceUpdate()
Forces a named user update.
| ||||||||||
String |
getId()
Returns the named user ID.
| ||||||||||
synchronized void |
setId(String namedUserId)
Sets the named user ID.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Forces a named user update.
Returns the named user ID.
Sets the named user ID.
To associate the named user ID, its length must be greater than 0 and less than 129 characters. To disassociate the named user ID, its value must be null.namedUserId | The named user ID string. |
---|