Package com.onesignal.common.services
See: Description
-
Interface Summary Interface Description IServiceProvider A service provider gives access to the implementations of a service. -
Class Summary Class Description ServiceBuilder ServiceProvider A service provider gives access to the implementations of a service. ServiceRegistration A registration of a service during the build phase. ServiceRegistrationReflection A registration of a service that should use reflection to instantiate the service. ServiceRegistrationSingleton A registration of a service that is provided the instance of the service to use. ServiceRegistrationLambda A registration of a service that should will call a lambda function create when the service is to be instantiated. -
Object Summary Object Description Companion