@apple/app-store-server-library
    Preparing search index...

    Interface Message

    A message identifier you provide in a real-time response to your Get Retention Message endpoint.

    message

    interface Message {
        messageIdentifier?: string;
    }
    Index

    Properties

    messageIdentifier?: string

    The identifier of the message to display to the customer.

    messageIdentifier