Skip to content

Commit c6cc5d6

Browse files
SpertsyanKMclaude
andcommitted
review: disambiguate the remaining overloaded crefs
RemoteConfig and Identify both have two overloads; RemoteConfigList in the same block already carried a signature. IDE hover now resolves to the intended method on all three. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent e9504eb commit c6cc5d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Runtime/Scripts/IQonversion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public interface IQonversion
128128
public void RemoteConfigList(string[] contextKeys, bool includeEmptyContextKey, Qonversion.OnRemoteConfigListReceived callback);
129129

130130
/// <summary>
131-
/// Invalidates the cache of remote configs so the next <see cref="RemoteConfig"/> or
131+
/// Invalidates the cache of remote configs so the next <see cref="RemoteConfig(Qonversion.OnRemoteConfigReceived)"/> or
132132
/// <see cref="RemoteConfigList(Qonversion.OnRemoteConfigListReceived)"/> call fetches
133133
/// a fresh targeting evaluation from the server instead of returning the cached copy.
134134
/// </summary>
@@ -144,7 +144,7 @@ public interface IQonversion
144144
/// Call it when the targeting inputs changed and you need the change
145145
/// reflected immediately, for example after setting a batch of user
146146
/// properties your remote config targeting depends on. You do NOT need
147-
/// to call it after <see cref="Identify"/> — the SDK invalidates the
147+
/// to call it after <see cref="Identify(string)"/> — the SDK invalidates the
148148
/// cache on identity changes automatically. Call it after
149149
/// <see cref="Qonversion.Initialize"/>: calling before initialization
150150
/// throws.

0 commit comments

Comments
 (0)