Show / Hide Table of Contents

Class QAndAConstants

Inheritance
System.Object
QAndAConstants
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.QAndA
Assembly: Appearition.SDK.dll
Syntax
public static class QAndAConstants

Fields

View Source

Q_AND_A_LIST_FAILURE

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

Q_AND_A_LIST_SUCCESS

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

Q_AND_A_LIST_SUCCESS_OFFLINE

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