Show / Hide Table of Contents

Interface IAuthenticateSession

認証のためにブラウザを開く機能を提供するインターフェース

Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public interface IAuthenticateSession

Methods

CleanUp()

セッションをCleanUpする

Declaration
void CleanUp()

OpenURL(String, String)

ブラウザを開く

Declaration
void OpenURL(string url, string urlScheme)
Parameters
Type Name Description
String url

ブラウザで開くURL

String urlScheme

リダイレクトするURLスキーマ

Back to top Generated by DocFX