public interface Adaptable
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAdapter(Class<T> type,
Context context)
Retrieves adapter of given type from adaptable.
|
<T> T getAdapter(Class<T> type, Context context)
T - Adapter type.type - Adapter type.context - Adapter context.