Class AndroidNotificationIntentData
Namespace: Unity.Notifications.Android
Syntax
public class AndroidNotificationIntentData
Properties
Channel
Declaration
public string Channel { get; }
Property Value
| Type | Description |
|---|---|
| String |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Notification
Declaration
public AndroidNotification Notification { get; }
Property Value
| Type | Description |
|---|---|
| AndroidNotification |