Exemplo n.º 1
0
 public int getRewardAmount(string placement)
 {
     return(AppodealObjCBridge.AppodealGetRewardAmount(placement));
 }
Exemplo n.º 2
0
 public int getRewardAmount()
 {
     return(AppodealObjCBridge.AppodealGetRewardAmount(""));
 }
Exemplo n.º 3
0
 public double getRewardAmount()
 {
     return(AppodealObjCBridge.AppodealGetRewardAmount("default"));
 }