Struct ApiLink
リンク先情報
Inherited Members
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 | リクエスト結果の型 |