Package-level declarations
Types
Link copied to clipboard
What should this label hide in the UI, if applied? 'content' hides all of the target; 'media' hides the images/video/audio; 'none' hides nothing.
Link copied to clipboard
Link copied to clipboard
The default setting for this label.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class LabelValueDefinition(val identifier: String, val severity: Severity, val blurs: Blurs, val defaultSetting: DefaultSetting? = DefaultSetting.Warn, val adultOnly: Boolean? = null, val locales: List<LabelValueDefinitionStrings>)
Declares a label value and its expected interpretations and behaviors.
Link copied to clipboard
data class LabelValueDefinitionStrings(val lang: Language, val name: String, val description: String)
Strings which describe the label in the UI, localized into a specific language.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Metadata tag on an atproto record, published by the author within the record. Note that schemas should use #selfLabels, not #selfLabel.
Link copied to clipboard
Metadata tags on an atproto record, published by the author within the record.
Link copied to clipboard
How should a client visually convey this label? 'inform' means neutral and informational; 'alert' means negative and warning; 'none' means show nothing.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard