update: 补全Log逻辑
parent
7da2acc15f
commit
bc86f40bcd
|
|
@ -50,9 +50,11 @@ namespace Guru
|
|||
/// <param name="debugGeography"></param>
|
||||
/// <param name="dmaMapRule"></param>
|
||||
/// <param name="enableCountryCheck"></param>
|
||||
public static void StartConsent(Action<int> onComplete = null, string deviceId = "", int debugGeography = -1 , string dmaMapRule = "", bool enableCountryCheck = true)
|
||||
public static void StartConsent(Action<int> onComplete = null,
|
||||
string deviceId = "", int debugGeography = -1,
|
||||
string dmaMapRule = "", bool enableCountryCheck = false)
|
||||
{
|
||||
Debug.Log($"{Tag} --- GuruConsent::StartConsent - deviceId:[{deviceId}] debugGeography:[{debugGeography}] dmaMapRule:[{dmaMapRule}]");
|
||||
Debug.Log($"{Tag} --- GuruConsent::StartConsent - deviceId:[{deviceId}] debugGeography:[{debugGeography}] dmaMapRule:[{dmaMapRule}] enableCountryCheck:[{enableCountryCheck}]");
|
||||
|
||||
_dmaMapRule = dmaMapRule;
|
||||
_enableCountryCheck = enableCountryCheck;
|
||||
|
|
@ -155,7 +157,3 @@ namespace Guru
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue