Skip to main content

BFGBuildSettings Class

BFG Build Settings Stores and provides access to BFG specific build settings.
These are set via the BFG Build Menu window in Unity, and may be queried while the build is running More...

Static Public Member Functions

static iOSBuildSettings GetiOSBuildSettings ()
 Get the current iOS Build Settings for the BFG SDK, which were set in the BFG Build Menu More...
 
static AndroidBuildSettings GetAndroidBuildSettings ()
 Get the current Android Build Settings for the BFG SDK, which were set in the BFG Build Menu More...
 
static void SetAndroidBuildFlavor (AndroidBuildSettings.Flavor flavor)
 Programmatically set if the current Android build is targeting Google or Amazon More...
 

Detailed Description

BFG Build Settings Stores and provides access to BFG specific build settings.
These are set via the BFG Build Menu window in Unity, and may be queried while the build is running

Member Function Documentation

◆ GetAndroidBuildSettings()

static AndroidBuildSettings BFGSDK.BFGBuildSettings.GetAndroidBuildSettings ()
inlinestatic
Get the current Android Build Settings for the BFG SDK, which were set in the BFG Build Menu
Returns
Current Android Build Settings

◆ GetiOSBuildSettings()

static iOSBuildSettings BFGSDK.BFGBuildSettings.GetiOSBuildSettings ()
inlinestatic
Get the current iOS Build Settings for the BFG SDK, which were set in the BFG Build Menu
Returns
Current iOS Build Settings

◆ SetAndroidBuildFlavor()

static void BFGSDK.BFGBuildSettings.SetAndroidBuildFlavor (AndroidBuildSettings.Flavor flavor)
inlinestatic
Programmatically set if the current Android build is targeting Google or Amazon
Parameters
flavorAndroid Build Flavor (Google or Amazon)