Show / Hide Table of Contents

    Class NotificationServicesNotificationReceivedResult

    This class contains the information retrieved when notification message is received.

    Inheritance
    System.Object
    NotificationServicesNotificationReceivedResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class NotificationServicesNotificationReceivedResult

    Properties

    Notification

    The received notification.

    Declaration
    public INotification Notification { get; }
    Property Value
    Type Description
    INotification
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters