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

    Interface MessageTarget

    발송 대상

    interface MessageTarget {
        type: PushTargetType;
        to?: string | string[];
        pushTypes?: PushType[];
        countries?: string[];
    }
    Index

    Properties

    대상 타입

    to?: string | string[]

    UID 목록(최대 10,000개) 또는 TAG 조건 문자열

    • type === "UID" 인 경우: string[] (UID 배열)
    • type === "TAG" 인 경우: string (TAG 조건)
    • type === "ALL" 인 경우: 생략
    pushTypes?: PushType[]

    푸시 타입 필터

    countries?: string[]

    국가 코드 필터 (ISO 3166-1)