UNPKG

@iterable/react-native-sdk

Version:
8 lines (7 loc) 177 B
/** The places that an in-app message can exist */ export enum IterableInAppLocation { /** Location is in-app */ inApp = 0, /** Location is in the inbox */ inbox = 1, }