Skip to content

Commit 3cee7d8

Browse files
authored
Merge pull request #104 from AppsFlyerSDK/releases/6.x.x/6.3.x/6.3.2
Releases/6.x.x/6.3.x/6.3.2
2 parents d25ef4a + 747b40c commit 3cee7d8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Assets/AppsFlyer/AppsFlyerAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ public static void subscribeForDeepLink(string objectName){
646646
/// Disables collection of various Advertising IDs by the SDK. This includes Google Advertising ID (GAID), OAID and Amazon Advertising ID (AAID)
647647
/// </summary>
648648
/// <param name="disable">disable boolean.</param>
649-
public static void disableAdvertisingIdentifiers(bool disable)
649+
public static void setDisableAdvertisingIdentifiers(bool disable)
650650
{
651651
#if !UNITY_EDITOR
652652
appsFlyerAndroid.CallStatic("setDisableAdvertisingIdentifiers", disable);
-14 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)