Show / Hide Table of Contents

Class LearnConstants

Inheritance
System.Object
LearnConstants
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Learn
Assembly: Appearition.SDK.dll
Syntax
public static class LearnConstants

Fields

View Source

LEARN_LIST_FAILURE

Declaration
public const string LEARN_LIST_FAILURE = "An error occured when trying to fetch the Learn data from the channel of id {0}"
Field Value
Type Description
System.String
View Source

LEARN_LIST_SUCCESS

Declaration
public const string LEARN_LIST_SUCCESS = "Learn data of the channel {0} have been successfully fetched!"
Field Value
Type Description
System.String
View Source

LEARN_LIST_SUCCESS_OFFLINE

Declaration
public const string LEARN_LIST_SUCCESS_OFFLINE = "Learn data of the channel {0} have been successfully loaded offline!"
Field Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX