Provider

external interface Provider

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

spellCheck
Link copied to clipboard
abstract var spellCheck: (words: Array<String>, callback: (misspeltWords: Array<String>) -> Unit) -> Unit