Lingua

RegisterAppFunctionRequest.AppFunction Property

Definition

Returns the AppFunction implementation to be registered.

public Android.App.AppFunctions.IAppFunction AppFunction { [Android.Runtime.Register("getAppFunction", "()Landroid/app/appfunctions/AppFunction;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAppFunction", "()Landroid/app/appfunctions/AppFunction;", "", ApiSince=37)>]
member this.AppFunction : Android.App.AppFunctions.IAppFunction

Property Value

Attributes

Remarks

Returns the AppFunction implementation to be registered.

Android reference for android.app.appfunctions.RegisterAppFunctionRequest.getAppFunction.

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