TTLServiceDeviceUnplugReason Class Reference

Inherits from NSObject
Declared in TTLServiceEventDelegate.h

Overview

Encapsulates a arbitrary reason for why a clock sync is required.

Used with [TTLServiceClient sendClockSyncReasonForDeviceSetup:deviceIdentifier:] and [TTLServiceClient sendClockSyncReasonForDownload:deviceIdentifier:].

  reason

@property (nonatomic) int reason

– initWithReason:

- (instancetype _Nonnull)initWithReason:(int)reason

– description

- (NSString *_Nonnull)description