Interface IContextProvider
Specifies interface with method which allows to get access to Context instance.
Namespace:
Assembly: .dll
Syntax
public interface IContextProvider
Methods
getContext()
Returns Context instance, through which we can access the current theme, resources, etc.
Declaration
public abstract Context getContext()
Returns
| Type | Description |
|---|---|
| android.content.Context | The Context instance. |