braze-api
    Preparing search index...

    Interface ApplePushActionButtonObject

    interface ApplePushActionButtonObject {
        action?: "OPEN_APP" | "URI" | "DEEP_LINK" | "CLOSE";
        action_id: string;
        uri?: string;
        use_webview?: boolean;
    }
    Index

    Properties

    action?: "OPEN_APP" | "URI" | "DEEP_LINK" | "CLOSE"
    action_id: string
    uri?: string
    use_webview?: boolean