My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Properties | List of all members
PlayFab.PlayFabApiSettings Class Reference

Inherited by PlayFab.PlayFabSettingsRedirect.

Public Member Functions

virtual string GetFullUrl (string apiCall, Dictionary< string, string > getParams)
 

Public Attributes

readonly Dictionary< string, string > _requestGetParams
 

Properties

virtual Dictionary< string, string > RequestGetParams [get]
 
virtual string ProductionEnvironmentUrl [get, set]
 This is only for customers running a private cluster. Generally you shouldn't touch this.
 
virtual string TitleId [get, set]
 You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
 
virtual bool DisableDeviceInfo [get, set]
 Set this to true to prevent hardware information from leaving the device.
 
virtual bool DisableFocusTimeCollection [get, set]
 Set this to true to prevent focus change information from leaving the device.
 

Member Data Documentation

◆ _requestGetParams

readonly Dictionary<string, string> PlayFab.PlayFabApiSettings._requestGetParams
Initial value:
= new Dictionary<string, string> {
{ "sdk", PlayFabSettings.VersionString }
}

The documentation for this class was generated from the following file: