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

    Interface PushToken

    푸시 토큰 정보

    interface PushToken {
        pushType: PushType;
        isNotificationAgreement: boolean;
        isAdAgreement: boolean;
        isNightAdAgreement: boolean;
        timezoneId: string;
        country: string;
        language: string;
        uid: string;
        token: string;
        deviceId: string;
        updatedDateTime: string;
        adAgreementDateTime: string;
        nightAdAgreementDateTime: string;
        activatedDateTime: string;
    }
    Index

    Properties

    pushType: PushType

    푸시 타입

    isNotificationAgreement: boolean

    푸시 메시지 수신 동의

    isAdAgreement: boolean

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

    isNightAdAgreement: boolean

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

    timezoneId: string

    IANA 타임존 (e.g. Asia/Seoul)

    country: string

    국가 코드 (ISO 3166-1)

    language: string

    언어 코드 (ISO 639)

    uid: string

    사용자 ID

    token: string

    토큰

    deviceId: string

    디바이스 ID

    updatedDateTime: string

    토큰 업데이트 일시

    adAgreementDateTime: string

    광고성 푸시 수신 동의 일시

    nightAdAgreementDateTime: string

    야간 광고성 푸시 수신 동의 일시

    activatedDateTime: string

    토큰의 최근 등록 요청 일시