Fields Summary |
---|
public static final String | PackageThe package name for this application. |
public static final String | DATABASE_KEYThe application scope attribute under which our user database
is stored. |
public static final String | SUBSCRIPTION_KEYThe session scope attribute under which the Subscription object
currently selected by our logged-in User is stored. |
public static final String | USER_KEYThe session scope attribute under which the User object
for the currently logged in user is stored. |