//Logging
 public void EnableLogging(bool shouldEnableLogging)
 {
     SPUtils.printWarningMessage();
 }
 public void SetLogLevel(SPLogLevel logLevel)
 {
     SPUtils.printWarningMessage();
 }
 //Interstitial
 public void RequestInterstitialAds(string credentialsToken, string placementId)
 {
     SPUtils.printWarningMessage();
 }
 public void ShowInterstitialAd()
 {
     SPUtils.printWarningMessage();
 }
 public void StartBrandEngage()
 {
     SPUtils.printWarningMessage();
 }
 public void ShowBrandEngageRewardNotification(bool showNotification)
 {
     SPUtils.printWarningMessage();
 }
 public void ShowVCSNotifications(bool showNotification)
 {
     SPUtils.printWarningMessage();
 }
Ejemplo n.º 8
0
 protected override void NativePut(string json)
 {
     SPUtils.printWarningMessage();
 }
 public void LaunchOfferWall(string credentialsToken, string currencyName, string placementId)
 {
     SPUtils.printWarningMessage();
 }
 public void RequestNewCoins(string credentialsToken, string currencyName, string currencyId)
 {
     SPUtils.printWarningMessage();
 }
 public void ReportActionCompletion(string credentialsToken, string actionId)
 {
     SPUtils.printWarningMessage();
 }
 public string Start(string appId, string userId, string securityToken)
 {
     SPUtils.printWarningMessage();
     return("NOT A VALID TOKEN");
 }
Ejemplo n.º 13
0
 protected override void NativeReset()
 {
     SPUtils.printWarningMessage();
 }
 //Global parameter provider
 public void AddParameters(string json)
 {
     SPUtils.printWarningMessage();
 }
 // BrandEngage
 public void RequestBrandEngageOffers(string credentialsToken, string currencyName, bool queryVCS, string currencyId, string placementId)
 {
     SPUtils.printWarningMessage();
 }
 public void RemoveAllParameters()
 {
     SPUtils.printWarningMessage();
 }
Ejemplo n.º 17
0
 protected override string GetJsonMessage(string key)
 {
     SPUtils.printWarningMessage();
     return("{\"success\":false,\"error\":\"Unsupported platform\":\"key\":" + key + "}");
 }