luxlabs header browser preview


@class NSString;

@interface HMDMPCSessionControllerExecutionEvent : HMDMediaPlaybackActionEvent

@property BOOL didPartiallySucceed;
@property (readonly, copy) NSString *resultString;

+ (id)identifier;

- (id)coreAnalyticsEventName;
- (id)coreAnalyticsEventDictionary;

@end