Class NotificationReceivedSignal
Represents a signal for when a Notification is received.
Namespace: Unity.DigitalTwins.Live.Sdk.Signals
Assembly: solution.dll
Syntax
public class NotificationReceivedSignal
Properties
Notification
The Notification.
Declaration
public Notification Notification { get; set; }
Property Value
Type | Description |
---|---|
Notification |