luxlabs header browser preview


@interface PBBridgeCAReporter : NSObject

+ (void)sendEvent:(id)a0 with:(id)a1;
+ (void)activationServerRespondedAtPage:(unsigned long long)a0;
+ (id)descriptionForCommTimingType:(unsigned long long)a0;
+ (id)descriptionForSuccessType:(unsigned long long)a0;
+ (id)descriptionForTimingType:(unsigned long long)a0;
+ (void)incrementSuccessType:(unsigned long long)a0;
+ (void)pushCommunicationTimingType:(unsigned long long)a0 withValue:(double)a1;
+ (void)pushTimingForTypeNamed:(id)a0 withValue:(double)a1;
+ (void)pushTimingType:(unsigned long long)a0 withValue:(double)a1;
+ (void)recordAllWatchesDetailButtonVisit:(BOOL)a0;
+ (void)recordAlreadyPairedAlertFired:(BOOL)a0 afterDuration:(double)a1 hasFiredBefore:(BOOL)a2;
+ (void)recordAlreadyPairedAlertFiredAndWatchRecovered:(double)a0;
+ (void)recordAlreadyPairedAlertLearnedMore:(BOOL)a0;
+ (void)recordDeviceEnrollmentResult:(BOOL)a0 retryCount:(unsigned long long)a1;
+ (void)recordEndOfLifePhoneAlertPresented:(BOOL)a0;
+ (void)recordEndOfLifePhoneAlertUserResponse:(BOOL)a0;
+ (void)recordPairingTimeBackupsCount:(unsigned long long)a0;
+ (void)recordPasscodeChallenge:(long long)a0;
+ (void)recordPasscodeCreatedWithType:(long long)a0 wasChallenged:(BOOL)a1;
+ (void)recordSetupAppInstallChoice:(BOOL)a0;
+ (void)recordSigninEventDaily:(unsigned long long)a0;
+ (void)recordSigninEventFollowup:(unsigned long long)a0;
+ (void)recordSigninEventPair:(unsigned long long)a0;
+ (void)recordSigninEventPostPair:(unsigned long long)a0;
+ (void)recordTabSelection:(long long)a0 classicCount:(unsigned long long)a1 tinkerCount:(unsigned long long)a2;
+ (void)recordTinkerGuardianAcceptedDiagsAndUsage:(BOOL)a0;
+ (void)recordTransitionedDynamicHelpViewFromType:(long long)a0 toType:(long long)a1;
+ (void)recordUserAwarenessNotificationDuringSetup;
+ (void)recordUserAwarenessNotificationDuringSetupUserEngaged;
+ (id)stringForSigninEventDaily:(unsigned long long)a0;
+ (id)stringForSigninEventPostPair:(unsigned long long)a0;
+ (id)stringForSigninFollowup:(unsigned long long)a0;
+ (id)stringForSigninPair:(unsigned long long)a0;

@end