Enum NotificationStyle
Allows applying a rich notification style to a notification.
Namespace: Unity.Notifications.Android
Assembly: Unity.Notifications.Android.dll
Syntax
public enum NotificationStyle
Fields
| Name | Description |
|---|---|
| BigPictureStyle | Generate a large-format notification centered around an image. |
| BigTextStyle | Generate a large-format notification that includes a lot of text. |
| None | Use the default style. |