Exemplo n.º 1
0
 public void UpdateWidget(string AppWidgetProviderFullClassName)
 {
     using (ReflectionCaller caller = ReflectionCaller.FromThis(this))
     {
         var context = CrossCurrentActivity.Current.AppContext;
         var type    = caller.GetType(AppWidgetProviderFullClassName);
         context.UpdateWidget(type);
     }
 }