Show / Hide Table of Contents

Struct ApiLink

リンク先情報

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct ApiLink

Fields

href

リンク先

Declaration
public string href
Field Value
Type Description
String

Methods

RequestLink<T>(Action<T, ApiLinksFormat>, Action<ApiErrorFormat>)

リンク先を取得する

Declaration
public void RequestLink<T>(Action<T, ApiLinksFormat> onSuccess, Action<ApiErrorFormat> onError)
Parameters
Type Name Description
Action<T, ApiLinksFormat> onSuccess

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

Action<ApiErrorFormat> onError

失敗した時のコールバック

Type Parameters
Name Description
T

リクエスト結果の型

Back to top Generated by DocFX