public interface CGINActivityContextInterfaceFactory
| Modifier and Type | Method and Description |
|---|---|
ActivityContextInterface |
getActivityContextInterface(Dialog dialog)
Create an activity context interface for a dialog.
|
ActivityContextInterface getActivityContextInterface(Dialog dialog) throws UnrecognizedActivityException, FactoryException
dialog - the dialog.UnrecognizedActivityException - if the dialog is unknown.FactoryException - if the Activity Context Interface could not be
created due to a system-level failure.