Integration Examples

Example on handling the AdGem Offer Wall with the AdGem Unity SDK. using UnityEngine; public class AdGemOfferwallManager : MonoBehaviour { #if UNITY_IOS private const int adGemAppId = 99999; // TODO: your AdGem iOS App ID goes here! #elif UNITY_ANDROID private const...