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

    Interface CreatePushTokenRequest

    토큰 생성 요청

    SDK가 직접 호출하는 Public API

    interface CreatePushTokenRequest {
        token: string;
        oldToken?: string;
        pushType: PushType;
        isNotificationAgreement: boolean;
        isAdAgreement: boolean;
        isNightAdAgreement: boolean;
        timezoneId: string;
        country: string;
        language: string;
        uid: string;
        deviceId: string;
    }
    Index

    Properties

    token: string

    토큰 (최대 1,600 글자, 한글 사용 불가)

    oldToken?: string

    기존 토큰 (최대 1,600 글자)

    pushType: PushType

    푸시 타입

    isNotificationAgreement: boolean

    푸시 메시지 수신 동의

    isAdAgreement: boolean

    광고성 푸시 메시지 수신 동의

    isNightAdAgreement: boolean

    야간 광고성 푸시 메시지 수신 동의

    timezoneId: string

    Area/Name. IANA time zone database.

    country: string

    ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, 3 글자

    language: string

    ISO 639-1, ISO 639-2, iOS(language code + script code), 8 글자

    uid: string

    사용자 아이디 (emoji 허용 안함, 최대 64 글자)

    deviceId: string

    디바이스 아이디 (최대 36 글자)