You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Runtime/Game/LootLockerSDKManager.cs
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5801,7 +5801,7 @@ public static void GetEntitlement(string entitlementId, Action<LootLockerSingleE
5801
5801
/// </summary>
5802
5802
/// <param name="Source"> The source type for which to request metadata</param>
5803
5803
/// <param name="SourceID"> The specific source id for which to request metadata</param>
5804
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5804
+
/// <param name="onComplete">Delegate for handling the server response</param>
5805
5805
/// <param name="IgnoreFiles"> Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
/// <param name="SourceID"> The specific source id for which to request metadata</param>
5816
5816
/// <param name="Page"> Used together with PerPage to apply pagination to this request. Page designates which "page" of items to fetch</param>
5817
5817
/// <param name="PerPage"> Used together with Page to apply pagination to this request.PerPage designates how many items are considered a "page"</param>
5818
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5818
+
/// <param name="onComplete">Delegate for handling the server response</param>
5819
5819
/// <param name="IgnoreFiles"> Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
/// <param name="Source"> The source type for which to request metadata</param>
5829
5829
/// <param name="SourceID"> The specific source id for which to request metadata</param>
5830
5830
/// <param name="Tags"> The tags that the requested metadata should have, only metadata matching *all of* the given tags will be returned </param>
5831
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5831
+
/// <param name="onComplete">Delegate for handling the server response</param>
5832
5832
/// <param name="IgnoreFiles"> Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
@@ -5843,7 +5843,7 @@ public static void ListMetadataWithTags(LootLockerMetadataSources Source, string
5843
5843
/// <param name="Tags"> The tags that the requested metadata should have, only metadata matching *all of* the given tags will be returned </param>
5844
5844
/// <param name="Page"> Used together with PerPage to apply pagination to this request.Page designates which "page" of items to fetch</param>
5845
5845
/// <param name="PerPage"> Used together with Page to apply pagination to this request.PerPage designates how many items are considered a "page"</param>
5846
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5846
+
/// <param name="onComplete">Delegate for handling the server response</param>
5847
5847
/// <param name="IgnoreFiles"> Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
@@ -5862,7 +5862,7 @@ public static void ListMetadataWithTags(LootLockerMetadataSources Source, string
5862
5862
/// <param name="Source"> The source type for which to request metadata</param>
5863
5863
/// <param name="SourceID"> The specific source id for which to request metadata</param>
5864
5864
/// <param name="Key"> The key of the metadata to fetch, use this to fetch metadata for a specific key for the specified source.</param>
5865
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5865
+
/// <param name="onComplete">Delegate for handling the server response</param>
5866
5866
/// <param name="IgnoreFiles"> Optional: Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
/// List the requested page of Metadata for the specified source that has all of the provided tags and paginate according to the supplied pagination settings
5885
5885
/// </summary>
5886
5886
/// <param name="SourcesAndKeysToGet"> The combination of sources to get keys for, and the keys to get for those sources </param>
5887
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5887
+
/// <param name="onComplete">Delegate for handling the server response</param>
5888
5888
/// <param name="IgnoreFiles"> Optional: Base64 values will be set to content_type "application/x-redacted" and the content will be an empty String. Use this to avoid accidentally fetching large data files.</param>
@@ -5942,7 +5942,7 @@ public static void ListNotificationsWithDefaultParameters(Action<LootLockerListN
5942
5942
/// <param name="PerPage">(Optional) Used together with Page to apply pagination to this request. PerPage designates how many notifications are considered a "page". Set to 0 to not use this filter.</param>
5943
5943
/// <param name="Page">(Optional) Used together with PerPage to apply pagination to this request. Page designates which "page" of items to fetch. Set to 0 to not use this filter.</param>
5944
5944
/// <param name="onComplete"></param>
5945
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5945
+
/// <param name="onComplete">Delegate for handling the server response</param>
@@ -5982,7 +5982,7 @@ public static void ListNotifications(bool ShowRead, LootLockerNotificationPriori
5982
5982
///
5983
5983
/// Warning: This will mark ALL unread notifications as read, so if you have listed notifications but due to filters and/or pagination not pulled all of them you may have unviewed unread notifications
5984
5984
/// </summary>
5985
-
/// <param name="OnComplete">Delegate for handling the server response</param>
5985
+
/// <param name="onComplete">Delegate for handling the server response</param>
0 commit comments