Mutable Block List
Functions
Link copied to clipboard
fun bookmark(url: String, caption: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): MutableBlockList
Link copied to clipboard
fun bullet(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT, children: BlockListProducer? = null): MutableBlockList
Link copied to clipboard
fun callout(richTextList: RichTextList, icon: EmojiOrFile? = null, children: BlockListProducer? = null): MutableBlockList
fun callout(text: String, icon: EmojiOrFile? = null, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT, children: BlockListProducer? = null): MutableBlockList
Link copied to clipboard
fun code(language: String, text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): MutableBlockList
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun heading1(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): MutableBlockList
Link copied to clipboard
fun heading2(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): MutableBlockList
Link copied to clipboard
fun heading3(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): MutableBlockList
Link copied to clipboard
fun image(url: String, caption: String? = null, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): MutableBlockList
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun number(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT, children: BlockListProducer? = null): MutableBlockList
Link copied to clipboard
fun paragraph(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT, children: BlockListProducer? = null): MutableBlockList
Link copied to clipboard
fun quote(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT, children: BlockListProducer? = null): MutableBlockList
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun toDo(richTextList: RichTextList, checked: Boolean, children: BlockListProducer? = null): MutableBlockList
fun toDo(text: String, checked: Boolean, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT, children: BlockListProducer? = null): MutableBlockList
Link copied to clipboard
fun toggle(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT, children: BlockListProducer? = null): MutableBlockList
Link copied to clipboard
fun video(url: String, caption: String? = null, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): MutableBlockList