LauncherApps.PinItemRequest.Accept Method

Definition

Overloads

Accept()
Accept(Bundle)

Accept()

[Android.Runtime.Register("accept", "()Z", "", ApiSince=26)]
public bool Accept ();
[<Android.Runtime.Register("accept", "()Z", "", ApiSince=26)>]
member this.Accept : unit -> bool

Returns

Boolean
Attributes

Remarks

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

Accept(Bundle)

[Android.Runtime.Register("accept", "(Landroid/os/Bundle;)Z", "", ApiSince=26)]
public bool Accept (Android.OS.Bundle? options);
[<Android.Runtime.Register("accept", "(Landroid/os/Bundle;)Z", "", ApiSince=26)>]
member this.Accept : Android.OS.Bundle -> bool

Parameters

options
Bundle

Returns

Boolean
Attributes

Remarks

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