InsightActionDetails.HasActionType(InsightActionDetailsActionType) Method
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.
Returns whether the action details has the given action type.
[Android.Runtime.Register("hasActionType", "(I)Z", "", ApiSince=37)]
public bool HasActionType(Android.App.PersonalContext.Insight.InsightActionDetailsActionType actionType);
[<Android.Runtime.Register("hasActionType", "(I)Z", "", ApiSince=37)>]
member this.HasActionType : Android.App.PersonalContext.Insight.InsightActionDetailsActionType -> bool
Parameters
- actionType
- InsightActionDetailsActionType
Returns
- Attributes