SplashScreen

data class SplashScreen(    val imageRef: TrustedWebActivityImageRef?,     val imageScaleType: ImageView.ScaleType = ImageView.ScaleType.FIT_CENTER,     @ColorInt val backgroundColor: Int? = null,     val fadeOutTimeInMillis: Int = 300)

Holds information about the splash screen for a trusted web activity.

Constructors

Link copied to clipboard
fun SplashScreen(    imageRef: TrustedWebActivityImageRef?,     imageScaleType: ImageView.ScaleType = ImageView.ScaleType.FIT_CENTER,     @ColorInt backgroundColor: Int? = null,     fadeOutTimeInMillis: Int = 300)

Properties

Link copied to clipboard
val backgroundColor: Int? = null
Link copied to clipboard
val fadeOutTimeInMillis: Int = 300
Link copied to clipboard
val imageRef: TrustedWebActivityImageRef?
Link copied to clipboard
val imageScaleType: ImageView.ScaleType

Sources

Link copied to clipboard