πΈLaunch Offerwall
Last updated
Call this function after initialization to show users the Playtime Offerwall.
// Open OfferWall
PlaytimeAdsManager.Instance.OpenOfferWall();This allows users to interact with offers and earn rewards within your app.
Don't miss to clear Playtime session when users logout from the app.
// Optionally destroy SDK
PlaytimeAdsManager.Instance.DestroyPlaytimeAds();Make sure you initialize SDK using InitializeWithUserId before opening the Offerwall.
Use consistent User IDs to ensure proper user tracking.
Call DestroyPlaytimeAds when SDK usage is complete.
Last updated