DevicePopups
Wisej.Hybrid.DevicePopups
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods to show popups.
public class DevicePopups
Access this class through the Device singleton.
Constructors
DevicePopups()

Initializes a new instance of DevicePopups.
Methods
DisplayActionSheet(title, cancel, destruction, direction, buttons)

Displays a native platform action sheet, allowing the application user to choose from several buttons.
Parameter
Type
Description
destruction
Text to be displayed in the 'Destruct' button. Can be null to hide the destructiveoption.
Returns: String. The selected button.
DisplayAlert(title, message, cancel)

Presents an alert dialog to the application user with a single cancel button.
DisplayPrompt(title, message, accept, cancel, placeholder, maxLength, keyboard, initialValue)

Shows a modal prompt.
Parameter
Type
Description
Returns: String. The result of the prompt.
Last updated