Enum AlertStyle
Presentation styles for alerts.
Namespace: Unity.Notifications.iOS
Syntax
public enum AlertStyle
Fields
| Name | Description | Value |
|---|---|---|
| None | No alert. |
0 |
| Banner | Banner alerts. |
1 |
| Alert | Modal alerts. |
2 |
Presentation styles for alerts.
public enum AlertStyle
| Name | Description | Value |
|---|---|---|
| None | No alert. |
0 |
| Banner | Banner alerts. |
1 |
| Alert | Modal alerts. |
2 |