braze-api
    Preparing search index...

    Interface ApplePushAlertObject

    interface ApplePushAlertObject {
        action_loc_key?: string;
        body: string;
        loc_args?: string[];
        loc_key?: string;
        sound?: string;
        title?: string;
        title_loc_args?: string[];
        title_loc_key?: string;
    }
    Index

    Properties

    action_loc_key?: string
    body: string
    loc_args?: string[]
    loc_key?: string
    sound?: string
    title?: string
    title_loc_args?: string[]
    title_loc_key?: string