AZSLeaseAction Constants Reference
Declared in | AZSEnums.h |
---|
AZSLeaseAction
Represents the lease action being performed.
Definition
typedef NS_ENUM(NSInteger, AZSLeaseAction ) {
AZSLeaseActionAcquire,
AZSLeaseActionRenew,
AZSLeaseActionRelease,
AZSLeaseActionBreak,
AZSLeaseActionChange,
};
Constants
AZSLeaseActionAcquire
-
Acquire the lease.
Declared In
AZSEnums.h
. AZSLeaseActionRenew
-
Renew the lease.
Declared In
AZSEnums.h
. AZSLeaseActionRelease
-
Release the lease.
Declared In
AZSEnums.h
. AZSLeaseActionBreak
-
Break the lease.
Declared In
AZSEnums.h
. AZSLeaseActionChange
-
Change the lease ID.
Declared In
AZSEnums.h
.
Declared In
AZSEnums.h