monoandroid
namespace Android.App
{
    [Register("android/app/Activity", DoNotGenerateAcw = true)]
    public class Activity : ContextThemeWrapper, IComponentCallbacks, IComponentCallbacks2, IJavaObject, ICallback, IFactory, IFactory2, IOnCreateContextMenuListener, ICallback, IJavaPeerable, IDisposable
    {
        [Register("onPerformDirectAction", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V", "GetOnPerformDirectAction_Ljava_lang_String_Landroid_os_Bundle_Landroid_os_CancellationSignal_Ljava_util_function_Consumer_Handler", ApiSince = 29)]
        public virtual void OnPerformDirectAction(string! actionId, Bundle! arguments, CancellationSignal! cancellationSignal, IConsumer! resultListener);
    }
}
.NET
6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API