Show / Hide Table of Contents

Class QAndAHandler

Inheritance
System.Object
BaseHandler
QAndAHandler
Inherited Members
BaseHandler.GetReusableApiRequest<T>()
BaseHandler.GetHandlerStoragePath<T>()
BaseHandler.JSON_FOLDER_NAME
BaseHandler.GetHandlerJsonFolderPath<K>()
BaseHandler.GetApiJsonFullPath<T, K>()
BaseHandler.GetApiJsonFullPath<T, K>(UserProfile)
BaseHandler.GetApiJsonFullPath<T, K>(T, UserProfile)
BaseHandler.GetApiJsonFullPath<T, K>(UserProfile, Int32, String)
BaseHandler.GetApiJsonFullPath<T, K>(T, UserProfile, Int32, String)
BaseHandler.GetApiDownloadedBytesFullPath<T, K>(T, UserProfile, Int32, String)
BaseHandler.GetContentFromFileProcess(String, Action<Byte[]>, DataTransferStatus)
BaseHandler.SaveContentToFileProcess(Byte[], String, Action<Boolean>)
BaseHandler.DeleteFileProcess(String, Action<Boolean>)
BaseHandler.CopyFileToDestinationProcess(String, String, Action<Boolean>)
BaseHandler.IsThereExistingMediaWithMatchingChecksum(String, String)
BaseHandler.GetChecksumFromExistingFile(String)
BaseHandler.ClearHandlerCache<T>(Action<Boolean>)
BaseHandler.TokenUsedForDownloads
BaseHandler.DownloadGenericFile(String, String, String, Boolean, Action<Byte[]>, DataTransferStatus)
BaseHandler.GetEmsContentFileSize(String, Action<Nullable<Int64>>)
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 class QAndAHandler : BaseHandler

Methods

View Source

GetQAndAContent(Action<List<Question>>, Action<EmsError>, Action<Boolean>)

Declaration
public static void GetQAndAContent(Action<List<Question>> onSuccess = null, Action<EmsError> onFailure = null, Action<bool> onComplete = null)
Parameters
Type Name Description
System.Action<System.Collections.Generic.List<Question>> onSuccess
System.Action<EmsError> onFailure
System.Action<System.Boolean> onComplete
View Source

GetQAndAContent(Int32, Action<List<Question>>, Action<EmsError>, Action<Boolean>)

Declaration
public static void GetQAndAContent(int channelId, Action<List<Question>> onSuccess = null, Action<EmsError> onFailure = null, Action<bool> onComplete = null)
Parameters
Type Name Description
System.Int32 channelId
System.Action<System.Collections.Generic.List<Question>> onSuccess
System.Action<EmsError> onFailure
System.Action<System.Boolean> onComplete
View Source

GetQAndAContentProcess(Action<List<Question>>, Action<EmsError>, Action<Boolean>)

Declaration
public static IEnumerator GetQAndAContentProcess(Action<List<Question>> onSuccess = null, Action<EmsError> onFailure = null, Action<bool> onComplete = null)
Parameters
Type Name Description
System.Action<System.Collections.Generic.List<Question>> onSuccess
System.Action<EmsError> onFailure
System.Action<System.Boolean> onComplete
Returns
Type Description
System.Collections.IEnumerator
View Source

GetQAndAContentProcess(Int32, Action<List<Question>>, Action<EmsError>, Action<Boolean>)

Declaration
public static IEnumerator GetQAndAContentProcess(int channelId, Action<List<Question>> onSuccess = null, Action<EmsError> onFailure = null, Action<bool> onComplete = null)
Parameters
Type Name Description
System.Int32 channelId
System.Action<System.Collections.Generic.List<Question>> onSuccess
System.Action<EmsError> onFailure
System.Action<System.Boolean> onComplete
Returns
Type Description
System.Collections.IEnumerator

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX