PINRemoteLockType Constants Reference
Declared in | PINRemoteLock.h |
---|
PINRemoteLockType
The type of lock, either recursive or non-recursive
Definition
typedef NS_ENUM(NSUInteger, PINRemoteLockType ) {
PINRemoteLockTypeNonRecursive = 0,
PINRemoteLockTypeRecursive,
};
Constants
Declared In
PINRemoteLock.h