C# Class Soomla.Store.StoreSettings

This class holds the store's configurations.
Inheritance: ISoomlaSettings
Exibir arquivo Open project: soomla/unity3d-store

Public Properties

Property Type Description
AND_PUB_KEY_DEFAULT string
PLAY_CLIENT_ID_DEFAULT string
PLAY_CLIENT_SECRET_DEFAULT string
PLAY_REFRESH_TOKEN_DEFAULT string
playVerifyOnServerFailure string

Public Methods

Method Description
OnAndroidGUI ( ) : void
OnEnable ( ) : void
OnIOSGUI ( ) : void
OnInfoGUI ( ) : void
OnModuleGUI ( ) : void
OnSoomlaGUI ( ) : void
OnWP8GUI ( ) : void
handleAmazonBPJars ( bool remove ) : void
handlePlayBPJars ( bool remove ) : void

Private Methods

Method Description
StoreSettings ( ) : UnityEngine
setCurrentBPUpdate ( string bpKey ) : void

Method Details

OnAndroidGUI() public method

public OnAndroidGUI ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnIOSGUI() public method

public OnIOSGUI ( ) : void
return void

OnInfoGUI() public method

public OnInfoGUI ( ) : void
return void

OnModuleGUI() public method

public OnModuleGUI ( ) : void
return void

OnSoomlaGUI() public method

public OnSoomlaGUI ( ) : void
return void

OnWP8GUI() public method

public OnWP8GUI ( ) : void
return void

handleAmazonBPJars() public static method

public static handleAmazonBPJars ( bool remove ) : void
remove bool
return void

handlePlayBPJars() public static method

public static handlePlayBPJars ( bool remove ) : void
remove bool
return void

Property Details

AND_PUB_KEY_DEFAULT public_oe static_oe property

public static string AND_PUB_KEY_DEFAULT
return string

PLAY_CLIENT_ID_DEFAULT public_oe static_oe property

public static string PLAY_CLIENT_ID_DEFAULT
return string

PLAY_CLIENT_SECRET_DEFAULT public_oe static_oe property

public static string PLAY_CLIENT_SECRET_DEFAULT
return string

PLAY_REFRESH_TOKEN_DEFAULT public_oe static_oe property

public static string PLAY_REFRESH_TOKEN_DEFAULT
return string

playVerifyOnServerFailure public_oe static_oe property

public static string playVerifyOnServerFailure
return string