Airship.Net
AirshipDotNet.ChannelEventArgs Class Reference

Event args for channel creation events. More...

Inherits EventArgs.

Public Member Functions

 ChannelEventArgs (string channelId)
 Initializes a new instance of the ChannelEventArgs class.

Properties

string ChannelId [get]
 Gets the channel ID.

Detailed Description

Event args for channel creation events.

Constructor & Destructor Documentation

◆ ChannelEventArgs()

AirshipDotNet.ChannelEventArgs.ChannelEventArgs ( string channelId)
inline

Initializes a new instance of the ChannelEventArgs class.

Parameters
channelIdThe channel ID.

Property Documentation

◆ ChannelId

string AirshipDotNet.ChannelEventArgs.ChannelId
get

Gets the channel ID.