UNPKG

@iterable/react-native-sdk

Version:
10 lines (9 loc) 163 B
/** * Options for showing in-app messages */ export enum IterableInAppShowResponse { /** Show in-app */ show = 0, /** Skip showing in-app */ skip = 1, }