Slice.HintPermissionRequest Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A hint to indicate that this slice represents a permission request for showing slices.
[Android.Runtime.Register("HINT_PERMISSION_REQUEST", ApiSince=28)]
public const string HintPermissionRequest;
[<Android.Runtime.Register("HINT_PERMISSION_REQUEST", ApiSince=28)>]
val mutable HintPermissionRequest : string
Field Value
Implements
- Attributes
Remarks
A hint to indicate that this slice represents a permission request for showing slices.
Java documentation for android.app.slice.Slice.HINT_PERMISSION_REQUEST
.
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.