- Member maMessageBox (const char *title, const char *message)
- use maAlert instead. Displays a message to the user.
- Member maNotificationAdd (int type, int id, const char *title, const char *text)
- use maNotificationCreate instead. Note that there can only be one notification of type NOTIFICATION_TYPE_APPLICATION_LAUNCHER. Additional notification types may be added in the future. This syscall is available on Android only.
- Member maNotificationRemove (int id)
- use maNotificationDestroy instead. Currently implemented only on Android.
- Namespace MAUtil::PlaceholderPool
- Use maCreatePlacholder() and maDestroyPlaceholder() instead.
- Member MAW_DATE_PICKER_MAX_DATE
- use MAX_DATE_YEAR, MAX_DATE_MONTH and MAX_DATE_DAY instead
- Member MAW_DATE_PICKER_MIN_DATE
- use MIN_DATE_YEAR, MIN_DATE_MONTH and MIN_DATE_DAY instead
- Member MAW_EDIT_BOX_EDIT_MODE
- use MAW_EDIT_BOX_INPUT_FLAG instead.
- Member MAW_EVENT_CONTENT_LOADED
- Use MAW_EVENT_WEB_VIEW_CONTENT_LOADING.
- Member MAW_EVENT_WEB_VIEW_URL_CHANGED
- Use event MAW_EVENT_WEB_VIEW_HOOK_INVOKED.
- Member MAW_WEB_VIEW_NEW_URL
- Use event MAW_EVENT_WEB_VIEW_HOOK_INVOKED
- Member NativeUI::EditBox::setEditMode (EditBoxMode editBoxMode)
- Use setInputMode and setInputFlag instead.
- File WebViewMessage.h
- Use class MessageStream or MessageStreamJSON instead of this class. This class cannot be used with the the new version of the Wormhole JavaScrip library. It is included only for backwards compatibility.