Show / Hide Table of Contents

Interface IManualCodeRegistrable

Interface to copy and register authentication code from browser

Inherited Members
IBrowserControllable.OpenBrowserWindow(String, Action<String>, Action<Exception>)
IBrowserControllable.CleanUp()
Namespace: Pixiv.VroidSdk.Browser
Assembly: VRoidSDK.dll
Syntax
public interface IManualCodeRegistrable : IBrowserControllable

Methods

OnRegisterCode(String)

Called when authentication code is registered

Declaration
void OnRegisterCode(string code)
Parameters
Type Name Description
String code

Authentication code string

In This Article
Back to top Generated by DocFX