Class IosConfig
VRoid SDK settings on iOS
Implements
Inherited Members
Namespace: Pixiv.VroidSdk.Unity.Environments
Assembly: Pixiv.VroidSdk.Unity.dll
Syntax
public sealed class IosConfig : ISdkConfig
Constructors
IosConfig(Credential)
Constructor
Declaration
public IosConfig(Credential credential)
Parameters
| Type | Name | Description |
|---|---|---|
| Credential | credential | What deserialized credential.json.bytes |
IosConfig(String)
Constructor
Declaration
public IosConfig(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| String | json | credential.json.bytes body described by settings |
Properties
AccountFilePath
File path to store account information
Declaration
public string AccountFilePath { get; }
Property Value
| Type | Description |
|---|---|
| String |
BaseDirectoryName
Directory name
Declaration
public string BaseDirectoryName { get; }
Property Value
| Type | Description |
|---|---|
| String |
Credential
Application settings for linking VRoid Hub
Declaration
public Credential Credential { get; }
Property Value
| Type | Description |
|---|---|
| Credential |
HttpHostUrl
HTTP request host URL
Declaration
public string HttpHostUrl { get; }
Property Value
| Type | Description |
|---|---|
| String |
IsManualLogin
Becomes true if log in by copying authorization code, without using URL scheme
Declaration
public bool IsManualLogin { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Remarks
true when RedirectUri is urn:ietf:wg:oauth:2.0:oob
RedirectUri
URL to receive Oauth authorization code
Declaration
public string RedirectUri { get; }
Property Value
| Type | Description |
|---|---|
| String |
SymbolPrefix
Development environment name
Declaration
public string SymbolPrefix { get; }
Property Value
| Type | Description |
|---|---|
| String | Returns |