HandoffActivityDataRequestInfo.IsActiveRequest 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.
public bool IsActiveRequest { [Android.Runtime.Register("isActiveRequest", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isActiveRequest", "()Z", "", ApiSince=37)>]
member this.IsActiveRequest : bool
Property Value
true if the request for HandoffActivityData was triggered by a user action.
Otherwise, this is a request to cache HandoffActivityData for future use.
- Attributes