Airship Channel interface.
More...
|
| string? | ChannelId [get] |
| | Gets the channel ID.
|
| IEnumerable< string > | Tags [get] |
| | Gets the channel tags.
|
◆ EditAttributes()
◆ EditSubscriptionLists()
◆ EditTagGroups()
◆ EditTags()
| TagEditor AirshipDotNet.IAirshipChannel.EditTags |
( |
| ) |
|
Edit channel tags.
- Returns
- A TagEditor for channel tags.
◆ FetchSubscriptionLists()
| Task< List< string > > AirshipDotNet.IAirshipChannel.FetchSubscriptionLists |
( |
| ) |
|
Fetches the channel subscription lists.
- Returns
- List of subscription list IDs.
◆ GetChannelId()
| Task< string?> AirshipDotNet.IAirshipChannel.GetChannelId |
( |
| ) |
|
Gets the channel ID.
- Returns
- The channel ID or null if not created yet.
◆ GetTags()
| Task< List< string > > AirshipDotNet.IAirshipChannel.GetTags |
( |
| ) |
|
Gets the channel tags.
- Returns
- List of tags.
◆ ChannelId
| string? AirshipDotNet.IAirshipChannel.ChannelId |
|
get |
◆ Tags
| IEnumerable<string> AirshipDotNet.IAirshipChannel.Tags |
|
get |