ActivityReferenceProvider Property

Definition

Namespace NativeMessageBox
Assembly NativeMessageBox.dll

Provides a handle to the foreground Android Activity. The handle should be a JNI global reference when the provider owns it.

public Func<AndroidActivityReference>? ActivityReferenceProvider { get; set; }

Returns