Method ShouldDismiss
ShouldDismiss(DismissType)
Returns True if the popup should be dismissed, False otherwise.
Declaration
protected override bool ShouldDismiss(DismissType reason)
Parameters
| Type | Name | Description |
|---|---|---|
| DismissType | reason | The reason for the dismissal. |
Returns
| Type | Description |
|---|---|
| bool |
|