InlinePresentation.IsPinned Property
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.
Indicates whether the UI should be pinned, hence non-scrollable and non-filterable, in the host.
public bool IsPinned { [Android.Runtime.Register("isPinned", "()Z", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isPinned", "()Z", "", ApiSince=30)>]
member this.IsPinned : bool
Property Value
- Attributes
Remarks
Indicates whether the UI should be pinned, hence non-scrollable and non-filterable, in the host. However, it's eventually up to the host whether the UI is pinned or not.
Also a Dataset
with a pinned inline presentation will not be replaced by the new data set returned from authentication intent. See Dataset.Builder#setAuthentication(android.content.IntentSender)
for more information.
Java documentation for android.service.autofill.InlinePresentation.isPinned()
.
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.