luxlabs header browser preview


@class SMMessagingService, NSObject, SMSuggestionsManager, RTDefaultsManager, RTEntitlementProvider, NSString, SMSessionStore, SMReceiverService, SMInitiatorService, SMSuggestionsStore, NSXPCConnection, RTDistanceCalculator, RTAuthorizationManager;
@protocol OS_dispatch_queue;

@interface SMDaemonClient : NSObject <SMSessionManagerObserverProtocol, SMInitiatorServiceObserverProtocol, SMReceiverServiceObserverProtocol, SMDaemonProtocol, NSXPCConnectionDelegate>

@property BOOL enabled;
@property (nonatomic) BOOL supported;
@property (retain, nonatomic) RTEntitlementProvider *entitlementProvider;
@property (retain, nonatomic) SMInitiatorService *initiatorService;
@property (nonatomic) BOOL monitorInitiatorSafetyCache;
@property (nonatomic) BOOL monitorReceiverSessionStatus;
@property (nonatomic) BOOL monitorReceiverSafetyCache;
@property (retain, nonatomic) SMSessionStore *sessionStore;
@property (nonatomic) BOOL monitorSessionState;
@property (retain, nonatomic) SMSuggestionsManager *suggestionsManager;
@property (retain, nonatomic) SMSuggestionsStore *suggestionsStore;
@property (retain, nonatomic) SMMessagingService *messagingService;
@property (retain, nonatomic) SMReceiverService *receiverService;
@property (retain, nonatomic) NSXPCConnection *xpcConnection;
@property (retain, nonatomic) RTAuthorizationManager *authorizationManager;
@property (retain, nonatomic) RTDefaultsManager *defaultsManager;
@property (retain, nonatomic) RTDistanceCalculator *distanceCalculator;
@property (retain, nonatomic) NSObject<OS_dispatch_queue> *queue;
@property (copy, nonatomic) NSString *executablePath;
@property (copy, nonatomic) NSString *executableName;
@property (nonatomic) int processIdentifier;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)onAuthorizationNotification:(id)a0;
- (void)shutdown;
- (id)init;
- (void)connection:(id)a0 handleInvocation:(id)a1 isReply:(BOOL)a2;
- (void).cxx_destruct;
- (void)iMessageConversationDeletedFor:(id)a0;
- (void)fetchMostLikelyReceiverHandlesWithHandler:(id /* block */)a0;
- (void)iMessageDeletedFor:(id)a0;
- (void)iMessageReceived:(id)a0 fromHandle:(id)a1 fromMe:(BOOL)a2;
- (void)iMessageScheduledSendCancelFor:(id)a0 successful:(BOOL)a1 withError:(id)a2;
- (void)iMessageScheduledSendScheduledFor:(id)a0 guid:(id)a1 successful:(BOOL)a2 withError:(id)a3;
- (void)iMessageScheduledSendTriggeredFor:(id)a0;
- (void)iMessageSendFor:(id)a0 guid:(id)a1 successful:(BOOL)a2 withError:(id)a3;
- (void)respondToNotificationWithIdentifier:(id)a0 sessionIdentifier:(id)a1 actionIdentifier:(id)a2 handler:(id /* block */)a3;
- (void)shouldShowKeyboardSuggestionsForInitiator:(id)a0 receiver:(id)a1 handler:(id /* block */)a2;
- (void)shouldShowTipKitSuggestionsForInitiator:(id)a0 receiver:(id)a1 handler:(id /* block */)a2;
- (void)fetchCurrentSessionStateWithHandler:(id /* block */)a0;
- (void)startMonitoringSessionStateWithHandler:(id /* block */)a0;
- (void)stopMonitoringSessionStateWithHandler:(id /* block */)a0;
- (void)_onSessionStateChanged:(id)a0 forActiveDevice:(BOOL)a1;
- (void)calculateDistanceToDestination:(id)a0 completionHandler:(id /* block */)a1;
- (void)cancelInitializationForSessionID:(id)a0 handler:(id /* block */)a1;
- (void)cancelInitializationWithHandler:(id /* block */)a0;
- (void)cancelMadridMessageSendForMessageGUID:(id)a0 toHandle:(id)a1 completion:(id /* block */)a2;
- (void)checkEligibilityOfDestination:(id)a0 completionHandler:(id /* block */)a1;
- (void)checkInitiatorEligibilityWithHandler:(id /* block */)a0;
- (void)clearSessionMonitorStatesWithHandler:(id /* block */)a0;
- (void)clearSessionsWithHandler:(id /* block */)a0;
- (void)clearSuggestionsWithHandler:(id /* block */)a0;
- (void)clearTriggerDestinationStatesWithHandler:(id /* block */)a0;
- (void)endSessionForSessionID:(id)a0 reason:(unsigned long long)a1 handler:(id /* block */)a2;
- (void)estimateEtaToDestination:(id)a0 transportType:(unsigned long long)a1 completionHandler:(id /* block */)a2;
- (void)fetchAllReceiverSessionStatusWithCompletion:(id /* block */)a0;
- (void)fetchInitiatorSafetyCacheForSessionID:(id)a0 completion:(id /* block */)a1;
- (void)fetchMostLikelySessionDestinationsWithHandler:(id /* block */)a0;
- (void)fetchMostRecentSessionMonitorStateWithSessionID:(id)a0 handler:(id /* block */)a1;
- (void)fetchReceiverSafetyCacheForSessionID:(id)a0 completion:(id /* block */)a1;
- (void)fetchReceiverSessionStatusForSessionID:(id)a0 completion:(id /* block */)a1;
- (void)fetchSessionConfigurationsWithOptions:(id)a0 handler:(id /* block */)a1;
- (void)fetchSessionManagerStatesWithOptions:(id)a0 handler:(id /* block */)a1;
- (void)fetchSessionReceiptForSessionID:(id)a0 completion:(id /* block */)a1;
- (void)fetchShouldShowProactiveSuggestionsWithHandler:(id /* block */)a0;
- (void)fetchSuggestedSessionConfigurationWithHandler:(id /* block */)a0;
- (void)fetchSuggestionsCountWithOptions:(id)a0 handler:(id /* block */)a1;
- (void)fetchSuggestionsWithOptions:(id)a0 handler:(id /* block */)a1;
- (void)fetchTriggerDestinationStateWithSessionID:(id)a0 handler:(id /* block */)a1;
- (id)initWithQueue:(id)a0 authorizationManager:(id)a1 defaultsManager:(id)a2 distanceCalculator:(id)a3 initiatorService:(id)a4 messagingService:(id)a5 receiverService:(id)a6 sessionStore:(id)a7 suggestionsManager:(id)a8 suggestionsStore:(id)a9;
- (void)initializeSessionWithHandle:(id)a0 handler:(id /* block */)a1;
- (void)launchSessionInitiationUIWithConfiguration:(id)a0 handler:(id /* block */)a1;
- (void)modifySessionWithConfiguration:(id)a0 handler:(id /* block */)a1;
- (void)onInitiatorSafetyCacheChangeForSessionID:(id)a0 phoneCache:(id)a1 watchCache:(id)a2 cacheExpiryDate:(id)a3 cacheReleaseDate:(id)a4;
- (void)onReceiverSafetyCacheChangeForSessionID:(id)a0 phoneCache:(id)a1 watchCache:(id)a2;
- (void)onReceiverSessionStatusChangeForSessionID:(id)a0 sessionStatus:(id)a1;
- (void)onSessionResumedWithState:(id)a0 forActiveDevice:(BOOL)a1;
- (void)onSessionStateChanged:(id)a0 forActiveDevice:(BOOL)a1;
- (void)promptDestinationAnomalyVerificationWithContext:(id)a0 handler:(id /* block */)a1;
- (void)promptRoundTripAnomalyVerificationWithContext:(id)a0 handler:(id /* block */)a1;
- (void)promptSafeArrivalWithContext:(id)a0 handler:(id /* block */)a1;
- (void)promptTimerEndedVerificationWithContext:(id)a0 handler:(id /* block */)a1;
- (void)respondToTriggerPromptForSessionID:(id)a0 response:(long long)a1 handler:(id /* block */)a2;
- (void)runProactiveSuggestionsEngineWithContext:(id)a0 shouldStoreSuggestions:(BOOL)a1 handler:(id /* block */)a2;
- (void)scheduleMadridMessageSendForMessage:(id)a0 messageGUID:(id)a1 associatedGUID:(id)a2 sendDate:(id)a3 toHandle:(id)a4 summaryText:(id)a5 completion:(id /* block */)a6;
- (void)sendHeartbeatForSessionID:(id)a0 handler:(id /* block */)a1;
- (void)sendIDSMessage:(id)a0 toHandle:(id)a1 completion:(id /* block */)a2;
- (void)sendIDSMessageToMyDevices:(id)a0 completion:(id /* block */)a1;
- (void)sendIDSMessageToMyNearbyDevices:(id)a0 completion:(id /* block */)a1;
- (void)sendIDSMessageToPairedDevice:(id)a0 completion:(id /* block */)a1;
- (void)sendMadridMessage:(id)a0 associatedGUID:(id)a1 toHandle:(id)a2 summaryText:(id)a3 completion:(id /* block */)a4;
- (void)sendSafetyCacheForSessionID:(id)a0 handler:(id /* block */)a1;
- (void)showSuggestionsDetectionUIWithSuggestion:(id)a0 handler:(id /* block */)a1;
- (void)startMonitoringInitiatorSafetyCacheWithHandler:(id /* block */)a0;
- (void)startMonitoringReceiverSafetyCacheWithHandler:(id /* block */)a0;
- (void)startMonitoringReceiverSessionStatusWithHandler:(id /* block */)a0;
- (void)startSessionWithConfiguration:(id)a0 handler:(id /* block */)a1;
- (void)stopMonitoringInitiatorSafetyCacheWithCompletion:(id /* block */)a0;
- (void)stopMonitoringReceiverSafetyCacheWithCompletion:(id /* block */)a0;
- (void)stopMonitoringReceiverSessionStatusWithCompletion:(id /* block */)a0;
- (void)storeSessionConfigurations:(id)a0 handler:(id /* block */)a1;
- (void)storeSessionManagerStates:(id)a0 handler:(id /* block */)a1;
- (void)storeSessionMonitorStates:(id)a0 handler:(id /* block */)a1;
- (void)storeSuggestions:(id)a0 handler:(id /* block */)a1;
- (void)storeTriggerDestinationStates:(id)a0 handler:(id /* block */)a1;
- (void)userRequestedCacheDownloadForSessionID:(id)a0 completion:(id /* block */)a1;

@end