Show / Hide Table of Contents

Class ByteResponseConverter

WebResponseをバイト配列に加工するメソッドを提供するクラス

Inheritance
Object
ResponseConverterBase<Byte[]>
ByteResponseConverter
Inherited Members
ResponseConverterBase<Byte[]>.Convert(IWebResponse, Action<ApiResponseTemplate<Byte[]>>, Action<ApiErrorFormat>)
ResponseConverterBase<Byte[]>.ConvertError(IWebResponse)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class ByteResponseConverter : ResponseConverterBase<byte[]>

Methods

Convert(IWebResponse, Action<ApiResponseTemplate<Byte[]>>, Action<ApiErrorFormat>)

WebResponseをバイト配列のデータに変換する

Declaration
public override void Convert(IWebResponse response, Action<ApiResponseTemplate<byte[]>> onSuccess, Action<ApiErrorFormat> onError)
Parameters
Type Name Description
IWebResponse response

変換するWebResponse

Action<ApiResponseTemplate<Byte[]>> onSuccess

変換に成功した時のコールバック

Action<ApiErrorFormat> onError

エラー発生時のコールバック

Overrides
VRoidSDK.ResponseConverterBase<System.Byte[]>.Convert(VRoidSDK.Networking.IWebResponse, System.Action<VRoidSDK.ApiResponseTemplate<System.Byte[]>>, System.Action<VRoidSDK.ApiErrorFormat>)
Back to top Generated by DocFX