SetUserVisibleHintViolation

class SetUserVisibleHintViolation : Violation


See FragmentStrictMode.Policy.Builder.detectSetUserVisibleHint.

Summary

Public properties

Boolean

Indicates what the isVisibleToUser field for the Fragment causing the Violation was being set to.

Inherited properties

From kotlin.Throwable
From androidx.fragment.app.strictmode.Violation
Fragment

Gets the Fragment causing the Violation.

Public properties

isVisibleToUser

Added in 1.4.0
val isVisibleToUserBoolean

Indicates what the isVisibleToUser field for the Fragment causing the Violation was being set to.