MCPcopy Index your code
hub / github.com/OneSignal/react-native-onesignal / AndroidNotificationData

Interface AndroidNotificationData

src/OSNotification.ts:17–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface AndroidNotificationData extends BaseNotificationData {
18 groupKey?: string;
19 groupMessage?: string;
20 ledColor?: string;
21 priority?: number;
22 smallIcon?: string;
23 largeIcon?: string;
24 bigPicture?: string;
25 collapseId?: string;
26 fromProjectNumber?: string;
27 smallIconAccentColor?: string;
28 lockScreenVisibility?: string;
29 androidNotificationId?: number;
30}
31
32interface iOSNotificationData extends BaseNotificationData {
33 badge?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected