pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.models
/
TokenBitmask
Token
Bitmask
object
TokenBitmask
Members
Properties
CREATE
Link copied to clipboard
const
val
CREATE
:
Int
=
16
DELETE
Link copied to clipboard
const
val
DELETE
:
Int
=
8
GET
Link copied to clipboard
const
val
GET
:
Int
=
32
JOIN
Link copied to clipboard
const
val
JOIN
:
Int
=
128
MANAGE
Link copied to clipboard
const
val
MANAGE
:
Int
=
4
READ
Link copied to clipboard
const
val
READ
:
Int
=
1
UPDATE
Link copied to clipboard
const
val
UPDATE
:
Int
=
64
WRITE
Link copied to clipboard
const
val
WRITE
:
Int
=
2