ApsAlert interface

हस्ताक्षर:

export interface ApsAlert 

प्रॉपर्टी

प्रॉपर्टी टाइप ब्यौरा
actionLocKey स्ट्रिंग
मुख्य हिस्सा स्ट्रिंग
लॉन्च इमेज स्ट्रिंग
लोकआर्ग स्ट्रिंग[]
locKey स्ट्रिंग
सबटाइटल स्ट्रिंग
SubtitleLocArgs स्ट्रिंग[]
SubtitleLocKey स्ट्रिंग
टाइटल स्ट्रिंग
titleLocArgs स्ट्रिंग[]
titleLocKey स्ट्रिंग

ApsAlert.actionLocKey

हस्ताक्षर:

actionLocKey?: string;

ApsAlert.body

हस्ताक्षर:

body?: string;

ApsAlert.launchImage

हस्ताक्षर:

launchImage?: string;

ApsAlert.locArgs

हस्ताक्षर:

locArgs?: string[];

ApsAlert.locKey

हस्ताक्षर:

locKey?: string;

ApsAlert.Subtitle

हस्ताक्षर:

subtitle?: string;

ApsAlert.SubtitleLocArgs

हस्ताक्षर:

subtitleLocArgs?: string[];

ApsAlert.SubtitleLocKey

हस्ताक्षर:

subtitleLocKey?: string;

ApsAlert.title

हस्ताक्षर:

title?: string;

ApsAlert.titleLocArgs

हस्ताक्षर:

titleLocArgs?: string[];

ApsAlert.titleLocKey

हस्ताक्षर:

titleLocKey?: string;