public interface ViewInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(android.view.View view)
The intercept-method is called directly after the dialog's view is inflated
from XML-resources, to enable
the app gaining control of the dialog's view's elements.
|