C# Syntax
public class LongPressArgs
System.Object
HP.LFT.SDK.Mobile.LongPressArgs
Name | Description | |
---|---|---|
![]() | LongPressArgs Constructor | Initializes a new instance of the LongPressArgs class with default arguments (perform one long press at the center of the object, at one touch point, for the default long press duration). |
Name | Description | |
---|---|---|
![]() | Duration | The number of seconds to continue pressing. (iOS Only) |
![]() | Gesture | The gesture class designed by the mobile application developer to handle this gesture on this object. (iOS Only) |
![]() | Location | The Location to perform the long press. |
![]() | NumberOfTouchPoints | The number of points to press, similar to the number of fingers you would use for the gesture on a real device. (iOS Only) |