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

    Interface ListPushTokensByCursorRequest

    토큰 목록 조회 요청 (커서 기반)

    interface ListPushTokensByCursorRequest {
        cursorUid?: string;
        cursorToken?: string;
        limit?: number;
    }
    Index

    Properties

    cursorUid?: string

    UID 커서 (페이지 이동 시 필수)

    cursorToken?: string

    토큰 커서 (페이지 이동 시 필수)

    limit?: number

    조회 개수 (기본값/최댓값 1,000)