Device.Popups
Wisej.Web.Ext.MobileIntegration.Device Popups
Last updated
Wisej.Web.Ext.MobileIntegration.Device Popups
Last updated
Namespace: Wisej.Web.Ext.MobileIntegration
Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)
Provides methods for displaying popups to the user.
Displays a native alert box with the specified configuration.
title
The title of the alert.
message
Message to display to the user.
options
The alert buttons.
Returns: String. The result of the alert.
Throws:
DeviceException Occurs when the device cannot show the alert. See ErrorCode and Reason.
Displays a native prompt with a set of options for the user to click.
title
The title of the prompt.
message
Message to display to the user.
options
Options to show to the user. If null, it will display the default OK button.
Returns: String. The result of the prompt.
Throws:
DeviceException Occurs when the device cannot show the prompt. See ErrorCode and Reason.
Shows the UIActivityViewController on iOS.
activityType
content
Starts a ColorPicker activity that will fire the
selectedColor
supportsAlpha
Shows a date picker with the specified configuration.
mode
The picker style.
minimumDateTime
The minimum date or time to show on the picker.
maximumDateTime
The maximum date or time to show on the picker.
startDateTime
The starting date or time for the picker.
Returns: Nullable<DateTime>. The result of the picker operation or null if an error occurred.
Throws:
DeviceException Occurs when the device cannot show the picker. See ErrorCode and Reason.