Floating Label All Locations
data class FloatingLabelAllLocations @JvmOverloads constructor(val appearance: MPIOptions.FloatingLabelAppearance? = null, val locations: List<String>? = null)
Content copied to clipboard
FloatingLabelAllLocations holds the properties of floating labels to be set at a collection of locations
Constructors
Link copied to clipboard
fun FloatingLabelAllLocations(appearance: MPIOptions.FloatingLabelAppearance? = null, locations: List<String>? = null)
Content copied to clipboard