Awesome Message SDK - v0.12.4
Preparing search index...
ListPushTokensByCursorRequest
Interface ListPushTokensByCursorRequest
토큰 목록 조회 요청 (커서 기반)
interface
ListPushTokensByCursorRequest
{
cursorUid
?:
string
;
cursorToken
?:
string
;
limit
?:
number
;
}
Index
Properties
cursor
Uid?
cursor
Token?
limit?
Properties
Optional
cursor
Uid
cursorUid
?:
string
UID 커서 (페이지 이동 시 필수)
Optional
cursor
Token
cursorToken
?:
string
토큰 커서 (페이지 이동 시 필수)
Optional
limit
limit
?:
number
조회 개수 (기본값/최댓값 1,000)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
Uid
cursor
Token
limit
Awesome Message SDK - v0.12.4
Loading...
토큰 목록 조회 요청 (커서 기반)