SplashScreen
data class SplashScreen( val imageRef: TrustedWebActivityImageRef?, val imageScaleType: ImageView.ScaleType = ImageView.ScaleType.FIT_CENTER, @ColorInt val backgroundColor: Int? = null, val fadeOutTimeInMillis: Int = 300)
Content copied to clipboard
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)
Content copied to clipboard