Package-level declarations

Types

Link copied to clipboard

FragmentStrictMode is a tool which detects things you might be doing by accident and brings them to your attention so you can fix them. Basically, it's a version of android.os.StrictMode specifically for fragment-related issues.

Link copied to clipboard
abstract class Violation : RuntimeException

Root class for all FragmentStrictMode violations.