/** * Options for showing in-app messages */ export enum IterableInAppShowResponse { /** Show in-app */ show = 0, /** Skip showing in-app */ skip = 1, }