Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / PerformHapticFeedback Method / PerformHapticFeedback(FeedbackConstants) Method


In This Topic
    PerformHapticFeedback(FeedbackConstants) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("performHapticFeedback", 
       "(I)Z", 
       "GetPerformHapticFeedback_IHandler", 
       ApiSince=3)>
    Public Overloads Overridable Function PerformHapticFeedback( _
       ByVal feedbackConstant As Android.Views.FeedbackConstants _
    ) As Boolean
    'Usage
     
    
    Dim instance As C1Icon
    Dim feedbackConstant As Android.Views.FeedbackConstants
    Dim value As Boolean
     
    value = instance.PerformHapticFeedback(feedbackConstant)
    [Android.Runtime.Register("performHapticFeedback", 
       "(I)Z", 
       "GetPerformHapticFeedback_IHandler", 
       ApiSince=3)]
    public virtual bool PerformHapticFeedback( 
       Android.Views.FeedbackConstants feedbackConstant
    )

    Parameters

    feedbackConstant
    See Also