Skip to content

Commit

Permalink
Merge branch 'development' into releases/6.x.x/6.12.x/6.12.52-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
af-vero committed Feb 7, 2024
2 parents 6c5e3a0 + 980139a commit 05d7887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/AppsFlyer/AppsFlyerAndroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void setAdditionalData(Dictionary<string, string> customData)
/// Set the deepLink timeout value that should be used for DDL.
/// </summary>
/// <param name="deepLinkTimeout">deepLink timeout in milliseconds.</param>
public static void setDeepLinkTimeout(long deepLinkTimeout)
public void setDeepLinkTimeout(long deepLinkTimeout)
{
#if !UNITY_EDITOR
appsFlyerAndroid.CallStatic("setDeepLinkTimeout", deepLinkTimeout);
Expand Down

0 comments on commit 05d7887

Please sign in to comment.