ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.ageassurance
/
Status
Status
@
Serializable
(
with
=
StatusSerializer::class
)
sealed
class
Status
:
AtpEnum
The status of the Age Assurance process.
Inheritors
Unknown
Pending
Assured
Blocked
_Unknown
Members
Types
_
Unknown
Link copied to clipboard
data
class
_Unknown
(
val
rawValue
:
String
)
:
Status
Assured
Link copied to clipboard
data
object
Assured
:
Status
Blocked
Link copied to clipboard
data
object
Blocked
:
Status
Companion
Link copied to clipboard
object
Companion
Pending
Link copied to clipboard
data
object
Pending
:
Status
Unknown
Link copied to clipboard
data
object
Unknown
:
Status
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String