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;
}

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