Instrumentation.AddMonitor Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddMonitor(Instrumentation+ActivityMonitor) |
Fügen Sie ein neues |
AddMonitor(IntentFilter, Instrumentation+ActivityResult, Boolean) |
Fügen Sie ein neues |
AddMonitor(String, Instrumentation+ActivityResult, Boolean) |
Fügen Sie ein neues |
AddMonitor(Instrumentation+ActivityMonitor)
Fügen Sie ein neues ActivityMonitor
hinzu, das bei jedem Start einer Aktivität überprüft wird.
[Android.Runtime.Register("addMonitor", "(Landroid/app/Instrumentation$ActivityMonitor;)V", "GetAddMonitor_Landroid_app_Instrumentation_ActivityMonitor_Handler")]
public virtual void AddMonitor (Android.App.Instrumentation.ActivityMonitor? monitor);
[<Android.Runtime.Register("addMonitor", "(Landroid/app/Instrumentation$ActivityMonitor;)V", "GetAddMonitor_Landroid_app_Instrumentation_ActivityMonitor_Handler")>]
abstract member AddMonitor : Android.App.Instrumentation.ActivityMonitor -> unit
override this.AddMonitor : Android.App.Instrumentation.ActivityMonitor -> unit
Parameter
- monitor
- Instrumentation.ActivityMonitor
Der neue ActivityMonitor, der angezeigt werden soll.
- Attribute
Hinweise
Java-Dokumentation für android.app.Instrumentation.addMonitor(android.app.ActivityMonitor)
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.
Weitere Informationen
- <xref:Android.App.Instrumentation.AddMonitor(Android.Content.IntentFilter%2c+.ActivityResult%2c+.ActivityResult)>
- <xref:Android.App.Instrumentation.CheckMonitorHit(.ActivityMonitor%2c+System.Int32)>
Gilt für:
AddMonitor(IntentFilter, Instrumentation+ActivityResult, Boolean)
Fügen Sie ein neues ActivityMonitor
hinzu, das bei jedem Start einer Aktivität überprüft wird.
[Android.Runtime.Register("addMonitor", "(Landroid/content/IntentFilter;Landroid/app/Instrumentation$ActivityResult;Z)Landroid/app/Instrumentation$ActivityMonitor;", "GetAddMonitor_Landroid_content_IntentFilter_Landroid_app_Instrumentation_ActivityResult_ZHandler")]
public virtual Android.App.Instrumentation.ActivityMonitor? AddMonitor (Android.Content.IntentFilter? filter, Android.App.Instrumentation.ActivityResult? result, bool block);
[<Android.Runtime.Register("addMonitor", "(Landroid/content/IntentFilter;Landroid/app/Instrumentation$ActivityResult;Z)Landroid/app/Instrumentation$ActivityMonitor;", "GetAddMonitor_Landroid_content_IntentFilter_Landroid_app_Instrumentation_ActivityResult_ZHandler")>]
abstract member AddMonitor : Android.Content.IntentFilter * Android.App.Instrumentation.ActivityResult * bool -> Android.App.Instrumentation.ActivityMonitor
override this.AddMonitor : Android.Content.IntentFilter * Android.App.Instrumentation.ActivityResult * bool -> Android.App.Instrumentation.ActivityMonitor
Parameter
- filter
- IntentFilter
Der Satz von Absichten, für die dieser Monitor verantwortlich ist.
Ein canned result to return if the monitor is hit; kann NULL sein.
- block
- Boolean
Steuert, ob der Monitor den Start der Aktivität blockieren soll (das canned-Ergebnis zurückgeben) oder ob der Anruf fortgesetzt werden soll.
Gibt zurück
- Attribute
Hinweise
Java-Dokumentation für android.app.Instrumentation.addMonitor(android.app.ActivityMonitor)
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.
Weitere Informationen
- <xref:Android.App.Instrumentation.AddMonitor(.ActivityMonitor)>
- <xref:Android.App.Instrumentation.CheckMonitorHit(.ActivityMonitor%2c+System.Int32)>
Gilt für:
AddMonitor(String, Instrumentation+ActivityResult, Boolean)
Fügen Sie ein neues ActivityMonitor
hinzu, das bei jedem Start einer Aktivität überprüft wird.
[Android.Runtime.Register("addMonitor", "(Ljava/lang/String;Landroid/app/Instrumentation$ActivityResult;Z)Landroid/app/Instrumentation$ActivityMonitor;", "GetAddMonitor_Ljava_lang_String_Landroid_app_Instrumentation_ActivityResult_ZHandler")]
public virtual Android.App.Instrumentation.ActivityMonitor? AddMonitor (string? cls, Android.App.Instrumentation.ActivityResult? result, bool block);
[<Android.Runtime.Register("addMonitor", "(Ljava/lang/String;Landroid/app/Instrumentation$ActivityResult;Z)Landroid/app/Instrumentation$ActivityMonitor;", "GetAddMonitor_Ljava_lang_String_Landroid_app_Instrumentation_ActivityResult_ZHandler")>]
abstract member AddMonitor : string * Android.App.Instrumentation.ActivityResult * bool -> Android.App.Instrumentation.ActivityMonitor
override this.AddMonitor : string * Android.App.Instrumentation.ActivityResult * bool -> Android.App.Instrumentation.ActivityMonitor
Parameter
- cls
- String
Die Aktivitätsklasse, für die dieser Monitor verantwortlich ist.
Ein canned result to return if the monitor is hit; kann NULL sein.
- block
- Boolean
Steuert, ob der Monitor den Start der Aktivität blockieren soll (das canned-Ergebnis zurückgeben) oder ob der Anruf fortgesetzt werden soll.
Gibt zurück
- Attribute
Hinweise
Java-Dokumentation für android.app.Instrumentation.addMonitor(android.app.ActivityMonitor)
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.
Weitere Informationen
- <xref:Android.App.Instrumentation.AddMonitor(.ActivityMonitor)>
- <xref:Android.App.Instrumentation.CheckMonitorHit(.ActivityMonitor%2c+System.Int32)>