VRoid for Developers
始める
ドキュメント
ガイドライン
サポート
Download
Show / Hide Table of Contents

Interface IBrowserControllable

ブラウザ操作をするインターフェース

Namespace: Pixiv.VroidSdk.Oauth
Assembly: Pixiv.VroidSdk.dll
Syntax
public interface IBrowserControllable

Methods

CleanUp()

クリーンアップ

Declaration
void CleanUp()
Remarks

アンマネージドなリソースを破棄したりとか後処理を行う 認可コード受け取り完了後に自動で呼び出される

OpenBrowserWindow(String, Action<String>, Action<Exception>)

ブラウザを開く

Declaration
void OpenBrowserWindow(string url, Action<string> onRegisterCodeReceived, Action<Exception> onFailed)
Parameters
Type Name Description
String url

ブラウザで開くURL

Action<String> onRegisterCodeReceived

コードを取得したときのコールバック

Action<Exception> onFailed

失敗コールバック

In This Article
Back to top Generated by DocFX