Class PendingNotificationItem
Inheritance
PendingNotificationItem
Syntax
public class PendingNotificationItem : MonoBehaviour
Fields
idLabel
Declaration
[SerializeField]
protected TextMeshProUGUI idLabel
Field Value
Type |
Description |
TMPro.TextMeshProUGUI |
|
timeLabel
Declaration
[SerializeField]
protected TextMeshProUGUI timeLabel
Field Value
Type |
Description |
TMPro.TextMeshProUGUI |
|
titleLabel
Declaration
[SerializeField]
protected TextMeshProUGUI titleLabel
Field Value
Type |
Description |
TMPro.TextMeshProUGUI |
|
Methods
Cancel()
Declaration
Show(PendingNotification, NotificationConsole)
Show for a given pending notification.
Declaration
public void Show(PendingNotification notificationToDisplay, NotificationConsole containingConsole)
Parameters