Inherits from NSObject
Declared in UAUser.h

Overview

Primary interface for working with the application’s associated UA user.

Tasks

Properties

created

Indicates whether the default user has been created.

@property (nonatomic, readonly, getter=isCreated) BOOL created

Return Value

YES if the user has been created, NO otherwise.

Declared In

UAUser.h

password

The user password.

@property (nonatomic, readonly, copy, nullable) NSString *password

Declared In

UAUser.h

url

The user url.

@property (nonatomic, readonly, copy, nullable) NSString *url

Declared In

UAUser.h

userUpdateBackgroundTask

Background task identifier used to perform user updates in the background. (Deprecated: As of version 6.1.4. This property is no longer used.)

@property (nonatomic, assign, readonly) UIBackgroundTaskIdentifier userUpdateBackgroundTask

Declared In

UAUser.h

username

The user name.

@property (nonatomic, readonly, copy, nullable) NSString *username

Declared In

UAUser.h

Class Methods

defaultUser

Returns the singleton user instance.

+ (UAUser *)defaultUser

Return Value

The singleton user instance.

Declared In

UAUser.h