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

    Interface LiveUpdate

    Live Update info.

    interface LiveUpdate {
        content: JsonObject;
        dismissTimestamp?: string;
        lastContentUpdateTimestamp: string;
        lastStateChangeTimestamp: string;
        name: string;
        type: string;
    }
    Index

    Properties

    content: JsonObject

    Dynamic content.

    dismissTimestamp?: string

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

    lastContentUpdateTimestamp: string

    ISO 8601 date string of the last content update.

    lastStateChangeTimestamp: string

    ISO 8601 date string of the last state update.

    name: string

    The Live Update name.

    type: string

    The Live Update type.