expo-unified-push
    Preparing search index...

    Type Alias Notification

    type Notification = {
        body?: string;
        id: number;
        imageUrl?: string;
        number?: number;
        silent?: boolean;
        title?: string;
        url?: string;
    }
    Index

    Properties

    body?: string
    id: number
    imageUrl?: string
    number?: number
    silent?: boolean
    title?: string
    url?: string