lpw
2025-09-28 71fb9531f894366660eed5e852719c7cecdd41e7
1
2
3
4
5
6
#import <Foundation/Foundation.h>
 
/// The type of interaction for fetching conversion info.
typedef NS_ENUM(NSInteger, ODCInteractionType) {
  ODCInteractionTypeInstallation,
} NS_SWIFT_NAME(InteractionType);