braze-api
    Preparing search index...

    Interface AndroidPushActionButtonObject

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

    Properties

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