11typedef NS_ENUM(NSInteger, AOInteractionType) {
19typedef NS_ENUM(NSInteger, AOPlatformType) {
20 AOPlatFormType_OCEANA,
28typedef NS_ENUM(NSInteger, AOInteractionState) {
29 AOInteractionStateIdle,
30 AOInteractionStateInitiating,
31 AOInteractionStateRemoteAlerting,
32 AOInteractionStateEstablished,
33 AOInteractionStateEnding,
34 AOInteractionStateEnded,
35 AOInteractionStateFailed,
typedef NS_ENUM(NSInteger, AOInteractionType)
Definition: AOSessionEnum.h:11