Show / Hide Table of Contents

Class AN_NotificationChannelsList

The channels list result

Inheritance
System.Object
AN_NotificationChannelsList
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: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_NotificationChannelsList

Properties

Channels

List of the AN_NotificationChannel

Declaration
public List<AN_NotificationChannel> Channels { get; }
Property Value
Type Description
List<AN_NotificationChannel>
In This Article
Back to top Generated by DocFX