Windows Mobile Customization Touch Points

Touch points for Hybrid Web Container customizations are indicated in code by comments of the form WM_CUSTOMIZATION_POINT_customization.

Touch Point Description
WM_CUSTOMIZATION_POINT_BRAND Change application name, copyright, and developer information in the About form.
WM_CUSTOMIZATION_POINT_HYBRIDAPPSEARCH Make the list of Hybrid App packages searchable.
WM_CUSTOMIZATION_POINT_HYBRIDAPPLIST Change the appearance of the Hybrid App package list.
WM_CUSTOMIZATION_POINT_CATEGORIZEDVIEWS Create categorized views of the Hybrid App packages.
WM_CUSTOMIZATION_POINT_HYBRIDAPPSORTING Customize the criteria for sorting the Hybrid App package list.
WM_CUSTOMIZATION_POINT_MESSAGESORTING Customize the criteria for sorting the message list.
WM_CUSTOMIZATION_POINT_MESSAGEFILTERING Change the filter used to sort the list of messages.
WM_CUSTOMIZATION_POINT_ANONYMOUS_USER Indicates if the login mode is anonymous.
WM_CUSTOMIZATION_POINT_DEFAULTSETTINGS Change default server settings.
WM_CUSTOMIZATION_POINT_PRESETSETTINGS Hard-code settings for the Settings screen so they do not appear on the device. This prevents the user from changing the settings.
WM_CUSTOMIZATION_POINT_HTTPHEADERS Set HTTPS headers for the Windows Mobile Hybrid Web Container to include authentication tokens.
WM_CUSTOMIZATION_POINT_HTTPERRORHANDLERS Change the handling of HTTP errors.
WM_CUSTOMIZATION_POINT_TOKENERROR Change how the client engine handles authentication token errors (for example, when a token expires).