injected object. ➢ It allows you to define local scoped-dependencies ➢ Like - Presenter, View Adapter, or other service components ➢ They are meant to be short-lived within a defined scope, ◦ like an Activity’s scope ➢ Specify the scope_id which is just a unique string to represent the scope definition ➢ scope_id will be used as a reference, ◦ in creating, requesting or closing a scope.