Class BreezeConfiguration
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
Environment
Specifies which Breeze backend environment the SDK communicates with. Defaults to Production. Use Development during development and QA.
public BreezeEnvironment Environment { get; set; }