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

Class IosConfig

iOSでのVRoid SDK設定

Inheritance
Object
IosConfig
Implements
ISdkConfig
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Unity.Environments
Assembly: Pixiv.VroidSdk.Unity.dll
Syntax
public sealed class IosConfig : ISdkConfig

Constructors

IosConfig(Credential)

コンストラクタ

Declaration
public IosConfig(Credential credential)
Parameters
Type Name Description
Credential credential

credential.json.bytesをデシリアライズしたもの

IosConfig(String)

コンストラクタ

Declaration
public IosConfig(string json)
Parameters
Type Name Description
String json

設定が記述されたcredential.json.bytesの内容

Properties

AccountFilePath

アカウント情報を格納するファイルパス

Declaration
public string AccountFilePath { get; }
Property Value
Type Description
String

BaseDirectoryName

ディレクトリ名

Declaration
public string BaseDirectoryName { get; }
Property Value
Type Description
String

Credential

VRoid Hub連携のためのアプリケーション設定

Declaration
public Credential Credential { get; }
Property Value
Type Description
Credential

HttpHostUrl

HTTPのリクエストホストURL

Declaration
public string HttpHostUrl { get; }
Property Value
Type Description
String

IsManualLogin

URLスキームを利用せず、認可コードをコピーすることでログインする場合はtrueとなる

Declaration
public bool IsManualLogin { get; }
Property Value
Type Description
Boolean
Remarks

RedirectUriがurn:ietf:wg:oauth:2.0:oobのときはtrueとなる

RedirectUri

Oauthの認可コードを受け取るURL

Declaration
public string RedirectUri { get; }
Property Value
Type Description
String

SymbolPrefix

開発環境名

Declaration
public string SymbolPrefix { get; }
Property Value
Type Description
String

productionという文字列を返す

Implements

ISdkConfig
In This Article
Back to top Generated by DocFX