示例#1
0
 public void GetAdvertisingId()
 {
     deviceInfoPlugin.GetAdvertisingId();
 }
 public void GetAdvertisingId()
 {
     // pass the method to call when sucessfull or failed
     deviceInfoPlugin.GetAdvertisingId(onGetAdvertisingIdComplete, onGetAdvertisingIdFail);
 }