Method and Description |
---|
com.softwareag.mobile.runtime.toolkit.util.AppUtility.getScreenHeight() |
com.softwareag.mobile.runtime.toolkit.util.AppUtility.getScreenWidth() |
com.softwareag.mobile.runtime.toolkit.ui.controller.IResourceController.loadWWWResource(nUIObject, String, String, String)
use
AbstractApplicationController#loadWWWResource(String)
or
AbstractApplicationController#loadWWWResource(String, String)
Might be removed with the next release. |
com.softwareag.mobile.runtime.toolkit.AbstractApplicationController.loadWWWResource(nUIObject, String, String, String)
use
AbstractApplicationController.loadWWWResource(String) or
AbstractApplicationController.loadWWWResource(String, String) Might be removed
with the next release. |
com.softwareag.mobile.runtime.toolkit.AbstractApplicationController.onPushNotification(String)
Please implement #onPushNotification(String, Hashtable). Both
#onPushNotification() methods will be called if a push
notification receives.
|