Some more documentation updates

This commit is contained in:
Andreas Linde
2013-10-30 13:42:04 +01:00
parent f4075e9a1a
commit 223333facf
2 changed files with 4 additions and 1 deletions

View File

@@ -328,6 +328,9 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorAppRestrictionEnforcementFrequency)
/**
* Returns YES if this app is identified according to the setting in `identificationType`.
*
* Since the identification process is done asynchronously (contacting the server),
* you need to observe the value change via KVO.
*
* @see identificationType
*/
@property (nonatomic, assign, readonly, getter = isIdentified) BOOL identified;