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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4298,6 +4298,7 @@ public static void GetAllMaps(Action<LootLockerMapsResponse> onComplete)
4298
4298
/// <param name="assetID">The ID of the asset to purchase</param>
4299
4299
/// <param name="variationID">The variation ID of the asset to purchase</param>
4300
4300
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerPurchaseResponse</param>
4301
+
[Obsolete("This purchasing system has been replaced with our new IAP system and will be removed at a later stage. Read more here: https://docs.lootlocker.com/content/in-app-purchases")]
@@ -4318,6 +4319,7 @@ public static void NormalPurchaseCall(int assetID, int variationID, Action<LootL
4318
4319
/// <param name="variationID">The variation ID of the asset to purchase</param>
4319
4320
/// <param name="rentalOptionID">The rental option ID of the asset to purchase</param>
4320
4321
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerPurchaseResponse</param>
4322
+
[Obsolete("This purchasing system has been replaced with our new IAP system and will be removed at a later stage. Read more here: https://docs.lootlocker.com/content/in-app-purchases")]
@@ -4334,6 +4336,7 @@ public static void RentalPurchaseCall(int assetID, int variationID, int rentalOp
4334
4336
/// </summary>
4335
4337
/// <param name="receipt_data">Receipt that is received when a purchase goes through with apple</param>
4336
4338
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerPurchaseResponse</param>
4339
+
[Obsolete("This purchasing system has been replaced with our new IAP system and will be removed at a later stage. Read more here: https://docs.lootlocker.com/content/in-app-purchases")]
@@ -4351,6 +4354,7 @@ public static void IosPurchaseVerification(string receipt_data, Action<LootLocke
4351
4354
/// <param name="purchase_token">The token that is received when a purchase has been made</param>
4352
4355
/// <param name="asset_id">The ID of the asset to purchase</param>
4353
4356
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerPurchaseResponse</param>
4357
+
[Obsolete("This purchasing system has been replaced with our new IAP system and will be removed at a later stage. Read more here: https://docs.lootlocker.com/content/in-app-purchases")]
0 commit comments