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

    Interface BulletPoint

    The text and its bullet-point image to include in a retention message’s bulleted list.

    BulletPoint

    interface BulletPoint {
        altText: string;
        imageIdentifier: string;
        text: string;
    }
    Index

    Properties

    altText: string

    The alternative text you provide for the corresponding image of the bullet point.

    Maximum length: 150 characters

    altText

    imageIdentifier: string

    The identifier of the image to use as the bullet point.

    imageIdentifier

    text: string

    The text of the individual bullet point.

    Maximum length: 66 characters

    text