public class AppContextBridge extends java.lang.Object implements IAppContext
| Constructor and Description |
|---|
AppContextBridge(IAppContext delegate)
Constructor with delegate.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContext()
The main application context.
|
IOSType |
getContextType()
The type of context provided by the getContext method.
|
IAppContext |
getDelegate()
Get the delegate implementation.
|
void |
setDelegate(IAppContext delegate)
Set the delegate implementation.
|
public AppContextBridge(IAppContext delegate)
delegate - The delegate implementing platform specific functions.public final IAppContext getDelegate()
public final void setDelegate(IAppContext delegate)
delegate - The delegate implementing platform specific functions.public java.lang.Object getContext()
getContext in interface IAppContextpublic IOSType getContextType()
getContextType in interface IAppContext