Table of Contents

Class BreezeConfiguration

Namespace
BreezeSdk.Runtime
Assembly
docfx-helper.dll

Configuration object required to initialize the Breeze SDK via Initialize().

public sealed class BreezeConfiguration
Inheritance
BreezeConfiguration
Inherited Members

Properties

AppScheme

The custom URL scheme registered for your application (without the colon or slashes). Used by the Breeze payment page to redirect back into your game after a payment flow. Must match the scheme declared in your iOS Info.plist and Android AndroidManifest.xml. Example: "yourgame" (results in the redirect URL yourgame://...).

public string AppScheme { get; set; }

Property Value

string

Environment

Specifies which Breeze backend environment the SDK communicates with. Defaults to Production. Use Development during development and QA.

public BreezeEnvironment Environment { get; set; }

Property Value

BreezeEnvironment