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

    Interface RichMessageMedia

    리치 메시지 미디어

    interface RichMessageMedia {
        sourceType: MediaSourceType;
        source: string;
        mediaType: MediaType;
        extension: string;
        expandable?: boolean;
    }
    Index

    Properties

    sourceType: MediaSourceType

    소스 타입

    source: string

    미디어 URL 또는 로컬 리소스 경로

    mediaType: MediaType

    미디어 타입

    extension: string

    파일 확장자

    expandable?: boolean

    Android 미디어 클릭 시 펼침 여부