HealthConnectManager.InsertRecords Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Android.Runtime.Register("insertRecords", "(Ljava/util/List;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetInsertRecords_Ljava_util_List_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=34)]
public virtual void InsertRecords (System.Collections.Generic.IList<Android.Health.Connect.DataTypes.Record> records, Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("insertRecords", "(Ljava/util/List;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "GetInsertRecords_Ljava_util_List_Ljava_util_concurrent_Executor_Landroid_os_OutcomeReceiver_Handler", ApiSince=34)>]
abstract member InsertRecords : System.Collections.Generic.IList<Android.Health.Connect.DataTypes.Record> * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
override this.InsertRecords : System.Collections.Generic.IList<Android.Health.Connect.DataTypes.Record> * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
Parametri
- executor
- IExecutor
- callback
- IOutcomeReceiver
- Attributi