ActivityScope
A scope that is tied to the lifecycle of an Activity. It is created when the Activity is created and destroyed when the Activity is destroyed. Uses JvmInline for performance optimization by avoiding a wrapper class allocation at runtime.
Properties
Link copied to clipboard
The underlying core DefaultScope instance.