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

    Interface LiveActivityUpdateRequest

    Live Activity update request.

    interface LiveActivityUpdateRequest {
        activityId: string;
        attributesType: string;
        content: LiveActivityContent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activityId: string

    The Live Activity ID to update.

    attributesType: string

    Attributes types. This should match the Activity type of your Live Activity.

    Dynamic content.