@ua/react-native-airship
    Preparing search index...

    Interface LiveUpdateStartRequest

    Live Update start request.

    interface LiveUpdateStartRequest {
        content: JsonObject;
        dismissTimestamp?: string;
        name: string;
        timestamp?: string;
        type: string;
    }
    Index

    Properties

    content: JsonObject

    Dynamic content.

    dismissTimestamp?: string

    Optional ISO 8601 date string that defines when to end this Live Update.

    name: string

    The Live Update name.

    timestamp?: string

    Optional ISO 8601 date string, used to filter out of order updates/

    type: string

    The Live Update type.