다음을 통해 공유


ActivityManager.RemoveApplicationStartInfoCompletionListener Method

Definition

Removes the provided callback set by #addApplicationStartInfoCompletionListener.

[Android.Runtime.Register("removeApplicationStartInfoCompletionListener", "(Ljava/util/function/Consumer;)V", "GetRemoveApplicationStartInfoCompletionListener_Ljava_util_function_Consumer_Handler", ApiSince=35)]
public virtual void RemoveApplicationStartInfoCompletionListener (Java.Util.Functions.IConsumer listener);
[<Android.Runtime.Register("removeApplicationStartInfoCompletionListener", "(Ljava/util/function/Consumer;)V", "GetRemoveApplicationStartInfoCompletionListener_Ljava_util_function_Consumer_Handler", ApiSince=35)>]
abstract member RemoveApplicationStartInfoCompletionListener : Java.Util.Functions.IConsumer -> unit
override this.RemoveApplicationStartInfoCompletionListener : Java.Util.Functions.IConsumer -> unit

Parameters

listener
IConsumer
Attributes

Remarks

Removes the provided callback set by #addApplicationStartInfoCompletionListener.

Java documentation for android.app.ActivityManager.removeApplicationStartInfoCompletionListener(java.util.function.Consumer<android.app.ApplicationStartInfo>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to