ShortcutInfo.IsExcludedFromSurfaces(Int32) Method

Definition

Return true if the shortcut is excluded from specified surface.

[Android.Runtime.Register("isExcludedFromSurfaces", "(I)Z", "", ApiSince=33)]
public bool IsExcludedFromSurfaces (int surface);
[<Android.Runtime.Register("isExcludedFromSurfaces", "(I)Z", "", ApiSince=33)>]
member this.IsExcludedFromSurfaces : int -> bool

Parameters

surface
Int32

Returns

Attributes

Remarks

Return true if the shortcut is excluded from specified surface.

Java documentation for android.content.pm.ShortcutInfo.isExcludedFromSurfaces(int).

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