PopoverOptions

constructor(    content: String? = null,     title: String? = null,     rich: Boolean? = null,     animation: Boolean? = null,     delay: Int? = null,     hideDelay: Int? = null,     placement: Placement? = null,     triggers: List<Trigger>? = null,     sanitize: Boolean? = null)(source)