Airship.Net
AirshipDotNet.PushNotificationStatusEventArgs Class Reference

Event args for push notification status update events. More...

Inherits EventArgs.

Public Member Functions

 PushNotificationStatusEventArgs (PushNotificationStatus status)
 Initializes a new instance of the PushNotificationStatusEventArgs class.

Properties

PushNotificationStatus Status [get]
 Gets the push notification status.

Detailed Description

Event args for push notification status update events.

Constructor & Destructor Documentation

◆ PushNotificationStatusEventArgs()

AirshipDotNet.PushNotificationStatusEventArgs.PushNotificationStatusEventArgs ( PushNotificationStatus status)
inline

Initializes a new instance of the PushNotificationStatusEventArgs class.

Parameters
statusThe push notification status.

Property Documentation

◆ Status

PushNotificationStatus AirshipDotNet.PushNotificationStatusEventArgs.Status
get

Gets the push notification status.