Beispiel #1
0
 public bool WGCheckApiSupport(eApiName apiName)
 {
     return(true);
 }
Beispiel #2
0
 public bool WGCheckApiSupport(eApiName apiName)
 {
     MsdkUtil.Log("Error : This interface is only use in Android!");
     throw new NotImplementedException();
 }
 public bool WGCheckApiSupport(eApiName apiName)
 {
     return(AndroidConnector.CheckApiSupport((int)apiName));
 }