luxlabs header browser preview


@class NSUUID, HMFMessageDispatcher, HMDHome, NSString, NSObject;
@protocol OS_dispatch_queue, HMDHomeLockNotificationManagerDataSource;

@interface HMDHomeLockNotificationManager : HMFObject <HMFMessageReceiver, HMFLogging>

@property (readonly, copy) NSUUID *uuid;
@property (weak) HMDHome *home;
@property (retain) HMFMessageDispatcher *msgDispatcher;
@property (readonly) id<HMDHomeLockNotificationManagerDataSource> dataSource;
@property (readonly) NSObject<OS_dispatch_queue> *workQueue;
@property (readonly) BOOL hasReachablePrimaryResidentSupportingLockNotificationContext;
@property (readonly, nonatomic) NSUUID *messageTargetUUID;
@property (readonly, nonatomic) NSObject<OS_dispatch_queue> *messageReceiveQueue;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)logCategory;
+ (id)findEcosystemName:(id)a0;

- (id)logIdentifier;
- (void).cxx_destruct;
- (void)_resolveKeypadContextIdentifier:(id)a0 accessoryUUID:(id)a1 completion:(id /* block */)a2;
- (void)_sendResolveLockNotificationContextIdentifierMessage:(id)a0 accessoryUUID:(id)a1 withCompletion:(id /* block */)a2;
- (void)configureWithHome:(id)a0;
- (id)contextResolutionResultFromAccessCode:(id)a0;
- (id)contextResolutionResultFromHAPContextId:(id)a0;
- (id)contextResolutionResultFromNFCContextId:(id)a0;
- (id)displayNameForNotificationContextResolutionResult:(id)a0;
- (void)handleResolveNotificationContextIdentifierMessage:(id)a0;
- (id)initWithUUID:(id)a0 workQueue:(id)a1;
- (id)initWithUUID:(id)a0 workQueue:(id)a1 dataSource:(id)a2;
- (void)resolveEncodedCharacteristicNotificationContext:(id)a0 accessoryUUID:(id)a1 completion:(id /* block */)a2;
- (void)resolveKeypadContextIdentifier:(id)a0 accessoryUUID:(id)a1 withCompletion:(id /* block */)a2;
- (BOOL)shouldResolveNotificationContextForCharacteristic:(id)a0;
- (void)handleDoorLockAlarmEvent:(id)a0 forAccessory:(id)a1 flow:(id)a2;
- (void)handleDoorLockEventReport:(id)a0 forAccessory:(id)a1 flow:(id)a2;
- (void)handleLockOperationEvent:(id)a0 forAccessory:(id)a1 flow:(id)a2;
- (void)handleLockUserChangeEvent:(id)a0 forAccessory:(id)a1 flow:(id)a2;
- (void)sendDoorLockAlarmEventNotification:(id)a0 accessory:(id)a1 flow:(id)a2;
- (void)sendLockOperationEventNotification:(id)a0 lockOperationType:(id)a1 lockOperationSource:(id)a2 fabricIndex:(id)a3 accessory:(id)a4 flow:(id)a5;
- (void)sendLockUserChangeEventNotification:(id)a0 lockDataType:(unsigned char)a1 accessory:(id)a2 dataOperationType:(unsigned char)a3 fabricIndex:(id)a4 flow:(id)a5;

@end