C# Class PlayFab.PlayFabSettings

Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AdvertisingIdType string
AdvertisingIdValue string
DisableAdvertising bool
PlayFabShared PlayFabSharedSettings

Public Methods

Method Description
GetFullUrl ( string apiCall ) : string
GetSharedSettingsObject ( ) : PlayFabSharedSettings

Method Details

GetFullUrl() public static method

public static GetFullUrl ( string apiCall ) : string
apiCall string
return string

GetSharedSettingsObject() public static method

public static GetSharedSettingsObject ( ) : PlayFabSharedSettings
return PlayFabSharedSettings

Property Details

AdvertisingIdType public_oe static_oe property

public static string AdvertisingIdType
return string

AdvertisingIdValue public_oe static_oe property

public static string AdvertisingIdValue
return string

DisableAdvertising public_oe static_oe property

public static bool DisableAdvertising
return bool

PlayFabShared public_oe static_oe property

public static PlayFabSharedSettings PlayFabShared
return PlayFabSharedSettings