mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Remove unused lines of code (BITTelemetryContext)
This commit is contained in:
@@ -91,26 +91,6 @@ FOUNDATION_EXPORT NSString *const kBITApplicationWasLaunched;
|
|||||||
*/
|
*/
|
||||||
- (instancetype)initWithInstrumentationKey:(NSString *)instrumentationKey persistence:(BITPersistence *)persistence;
|
- (instancetype)initWithInstrumentationKey:(NSString *)instrumentationKey persistence:(BITPersistence *)persistence;
|
||||||
|
|
||||||
///-----------------------------------------------------------------------------
|
|
||||||
/// @name Users
|
|
||||||
///-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Use this method to configure the current context.
|
|
||||||
*
|
|
||||||
* @param telemetryContextConfigurationBlock block gets the current context as an input.
|
|
||||||
* Within the block you can update the context object's values to up-to-date.
|
|
||||||
*/
|
|
||||||
- (void)setTelemetryContextWithConfigurationBlock:(void (^)(BITTelemetryContext *telemetryContext))telemetryContextConfigurationBlock;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Use this method to configure the current user's context.
|
|
||||||
*
|
|
||||||
* @param userConfigurationBlock This block gets the current user as an input.
|
|
||||||
* Within the block you can update the user object's values to up-to-date.
|
|
||||||
*/
|
|
||||||
- (void)setUserWithConfigurationBlock:(void (^)(BITUser *user))userConfigurationBlock;
|
|
||||||
|
|
||||||
///-----------------------------------------------------------------------------
|
///-----------------------------------------------------------------------------
|
||||||
/// @name Network status
|
/// @name Network status
|
||||||
///-----------------------------------------------------------------------------
|
///-----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user