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.
Parameter | Type | Description |
---|---|---|
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.
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.
Starts a ColorPicker activity that will fire the
Shows a date picker with the specified configuration.
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.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
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.
activityType
content
selectedColor
supportsAlpha
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.
title
The title of the alert.
message
Message to display to the user.
options
The alert buttons.