public class

RichPushUser

extends Object
java.lang.Object
   ↳ com.urbanairship.richpush.RichPushUser

Class Overview

The Urban Airship rich push user.

Summary

Public Methods
String getId()
Get the user's ID.
String getPassword()
Get the user's token used for basic auth.
static boolean isCreated()
Returns whether the user has been created.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getId ()

Get the user's ID.

Returns
  • A user ID String or null if it doesn't exist.

public String getPassword ()

Get the user's token used for basic auth.

Returns
  • A user token String.

public static boolean isCreated ()

Returns whether the user has been created.

Returns
  • true if the user has an id, false otherwise.