AdobeAuthUserProfileLicenseStatus Constants Reference
| Declared in | AdobeAuthUserProfile.h |
AdobeAuthUserProfileLicenseStatus
Used to indicate the current license status of a given user.
Definition
typedef NS_ENUM(NSUInteger, AdobeAuthUserProfileLicenseStatus ) {
AdobeAuthUserProfileLicenseStatusUnknown,
AdobeAuthUserProfileLicenseStatusFree,
AdobeAuthUserProfileLicenseStatusTrial,
AdobeAuthUserProfileLicenseStatusPaid,
};
Constants
AdobeAuthUserProfileLicenseStatusUnknown-
Indicates the license status is in an unknown state.
Declared In
AdobeAuthUserProfile.h. AdobeAuthUserProfileLicenseStatusFree-
Indicates this is a free user.
Declared In
AdobeAuthUserProfile.h. AdobeAuthUserProfileLicenseStatusTrial-
Indicates the user’s account is in the trial period.
Declared In
AdobeAuthUserProfile.h. AdobeAuthUserProfileLicenseStatusPaid-
Indicates the user is a paying user.
Declared In
AdobeAuthUserProfile.h.
Declared In
AdobeAuthUserProfile.h