Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface MessageContentDetail

    메시지 상세 내용

    interface MessageContentDetail {
        title?: string;
        body?: string;
        notification?: Record<string, any>;
        style?: { useHtmlStyle?: boolean };
        richMessage?: RichMessage;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      플랫폼별 커스텀 필드 (badge, sound, category 등)

    Index

    Properties

    title?: string

    제목

    body?: string

    본문

    notification?: Record<string, any>

    FCM notification 필드

    style?: { useHtmlStyle?: boolean }

    스타일 옵션

    Type Declaration

    • OptionaluseHtmlStyle?: boolean

      iOS에서 HTML 태그 제거 여부

    richMessage?: RichMessage

    리치 메시지 (버튼, 이미지 등)