Awesome Message SDK - v0.12.4
Preparing search index...
MessageTarget
Interface MessageTarget
발송 대상
interface
MessageTarget
{
type
:
PushTargetType
;
to
?:
string
|
string
[]
;
pushTypes
?:
PushType
[]
;
countries
?:
string
[]
;
}
Index
Properties
type
to?
push
Types?
countries?
Properties
type
type
:
PushTargetType
대상 타입
Optional
to
to
?:
string
|
string
[]
UID 목록(최대 10,000개) 또는 TAG 조건 문자열
type === "UID" 인 경우: string[] (UID 배열)
type === "TAG" 인 경우: string (TAG 조건)
type === "ALL" 인 경우: 생략
Optional
push
Types
pushTypes
?:
PushType
[]
푸시 타입 필터
Optional
countries
countries
?:
string
[]
국가 코드 필터 (ISO 3166-1)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
to
push
Types
countries
Awesome Message SDK - v0.12.4
Loading...
발송 대상