Class QAndAHandler
Inherited Members
BaseHandler.DownloadGenericFile(String, String, String, Boolean, Action<Byte[]>, DataTransferStatus)
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 SourceGetQAndAContent(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 |
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 |
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 |
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 |