@class NSString; @interface SBSlideOverSessionMetric : SBAnalyticsStateMachineEventHandler @property (nonatomic) double startTimestamp; @property (copy, nonatomic) NSString *startReason; @property (copy, nonatomic) NSString *floatingBundleIdentifier; - (id)initWithHeartbeatMetricPersistence:(id)a0; - (BOOL)sendCoreAnalyticsEventWithName:(id)a0 payload:(id)a1; - (id)_bundleIdentifierForElementWithLayoutRole:(long long)a0 fromContext:(id)a1; - (void).cxx_destruct; - (BOOL)_sendCoreAnalyticsEventWithStartReason:(id)a0 endReason:(id)a1 duration:(double)a2 floatingBundleIdentifier:(id)a3 doNotDisturbActive:(BOOL)a4 hardwareKeyboardAttached:(BOOL)a5; @end