MPIGalleryImage

data class MPIGalleryImage(image: MPIImage, caption: String?)

MPIGalleryImage represents a gallery image of MPINavigatable.MPILocation

Constructors

MPIGalleryImage
Link copied to clipboard
fun MPIGalleryImage(image: MPIImage, caption: String? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): MPIImage
component2
Link copied to clipboard
operator fun component2(): String?
copy
Link copied to clipboard
fun copy(image: MPIImage, caption: String? = null): MPIGalleryImage
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

caption
Link copied to clipboard
val caption: String? = null
Caption for the image
image
Link copied to clipboard
val image: MPIImage
The image