예제 #1
0
 public void Include(IMvxPlugin mvxPlugin)
 {
     mvxPlugin = new MvvmCross.Plugins.File.Droid.Plugin();
     mvxPlugin = new MvvmCross.Plugins.DownloadCache.Droid.Plugin();
     mvxPlugin = new Chance.MvvmCross.Plugins.UserInteraction.Droid.Plugin();
 }
 //it seems that neight PreserveAttribute or [assembly: Preserve] is working. The only way to load it is this LinkerPleaseInclude file.
 public void Include(out IMvxPlugin plugin)
 {
     plugin = new MvvmCross.Plugins.BLE.iOS.Plugin();//Make sure the plugin is loaded.
 }
예제 #3
0
 //it seems that neight PreserveAttribute or [assembly: Preserve] is working. The only way to load it is this LinkerPleaseInclude file.
 public void Include(out IMvxPlugin plugin)
 {
     plugin = new MvvmCross.System.BluetoothLe.Plugin();//Make sure the plugin is loaded.
 }