Device.Popups

Wisej.Web.Ext.MobileIntegration.Device Popups

Namespace: Wisej.Web.Ext.MobileIntegration

Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)

Provides methods for displaying popups to the user.

public class Popups

Constructors

Methods

Displays a native alert box with the specified configuration.

ParameterTypeDescription

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:

Displays a native prompt with a set of options for the user to click.

ParameterTypeDescription

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:

Shows the UIActivityViewController on iOS.

ParameterTypeDescription

activityType

content

Starts a ColorPicker activity that will fire the

ParameterTypeDescription

selectedColor

supportsAlpha

Shows a date picker with the specified configuration.

ParameterTypeDescription

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:

Last updated