luxlabs header browser preview


@class NSObject, NSString, FBServiceClientAuthenticator, SBRemoteTransientOverlaySessionManager, NSMapTable, NSMutableArray, BSServiceConnectionListener;
@protocol OS_dispatch_queue;

@interface SBRemoteAlertHandleServer : NSObject <BSServiceConnectionListenerDelegate, SBSRemoteAlertHandleServiceServerInterface, SBRemoteTransientOverlaySessionObserver> {
    NSMutableArray *_activeConnections;
    FBServiceClientAuthenticator *_clientAuthenticator;
    BSServiceConnectionListener *_connectionListener;
    FBServiceClientAuthenticator *_legacyClientAuthenticator;
    NSObject<OS_dispatch_queue> *_queue;
    SBRemoteTransientOverlaySessionManager *_sessionManager;
    NSMapTable *_sessionToConnections;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)initWithSessionManager:(id)a0;
- (void)dealloc;
- (void)listener:(id)a0 didReceiveConnection:(id)a1 withContext:(id)a2;
- (void)activate;
- (void).cxx_destruct;
- (void)remoteTransientOverlaySession:(id)a0 didInvalidateWithReason:(long long)a1 error:(id)a2;
- (oneway void)activateRemoteAlertHandleWithID:(id)a0 activationContext:(id)a1;
- (id)createRemoteAlertHandleContextWithDefinition:(id)a0 configurationContext:(id)a1;
- (oneway void)invalidateRemoteAlertHandleWithID:(id)a0;
- (id)remoteAlertHandleContextsForDefinition:(id)a0 allowsCreationValue:(id)a1 configurationContext:(id)a2;
- (void)_addConnection:(id)a0 forSession:(id)a1;
- (void)_handleDisconnectForServiceConnection:(id)a0;
- (void)_removeConnection:(id)a0 forSession:(id)a1;
- (BOOL)_shouldAllowAuditToken:(id)a0 forDefinition:(id)a1;
- (void)remoteTransientOverlaySessionDidActivate:(id)a0;
- (void)remoteTransientOverlaySessionDidDeactivate:(id)a0;

@end