mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Some more documentation updates
This commit is contained in:
@@ -328,6 +328,9 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorAppRestrictionEnforcementFrequency)
|
|||||||
/**
|
/**
|
||||||
* Returns YES if this app is identified according to the setting in `identificationType`.
|
* 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
|
* @see identificationType
|
||||||
*/
|
*/
|
||||||
@property (nonatomic, assign, readonly, getter = isIdentified) BOOL identified;
|
@property (nonatomic, assign, readonly, getter = isIdentified) BOOL identified;
|
||||||
|
|||||||
Reference in New Issue
Block a user