For a list of all members of this type, see InteractiveService members.
Public Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Destroys this InteractiveService and releases all the resources. |
![]() |
OnSizeChanged | Informs the service that the size of the target or events elements have changed. |
![]() |
onTouchEvent | Accepts MotionEvent data and dispatches the event to the internal detectors. |
![]() |
PinchGuestureListener | Occurs when a pinch gesture is detected. |
![]() |
SimplegestureListener | Occurs on the simple gestures like down, move, up, single tap and double tap. |
![]() |
StartListening | Starts listening to the TargetElement events. |
![]() |
StopListening | Stops listening to the TargetElement events. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
CreateControl | Creates the interactive service. |
![]() |
createControl | Creates the interactive service. |
![]() |
OnDoubleTap | Raises the DoubleTap event. |
![]() |
onDown | Occurs when the user performs the down MotionEvent, this method fires the InteractiveSimpleOnGestureListener.onDown event. |
![]() |
OnDragCompleted | Raises the DragCompleted event. |
![]() |
OnDragDelta | Raises the DragDelta event. |
![]() |
OnDragStarted | Raises the DragStarted event. |
![]() |
onFling | Occurs when the user performs a down MotionEvent and a matching up MotionEvent, this method fires the InteractiveSimpleOnGestureListener.onFling event. |
![]() |
OnHold | Raises the Hold event. |
![]() |
onLongPress | Occurs when the user perform a long press on the target view, this method fires the InteractiveSimpleOnGestureListener.onLongPress event. |
![]() |
onMove | Fires the InteractiveSimpleOnGestureListener.onMove event. |
![]() |
onPinchCompleted | Fires the InteractiveOnPinchGestureListener.onPinchCompleted. |
![]() |
onPinchStarted | Fires the InteractiveOnPinchGestureListener.onPinchStarted. |
![]() |
onPinchWorking | Fires the InteractiveOnPinchGestureListener.onPinchWorking. |
![]() |
OnRightTap | Raises the RightTap event. |
![]() |
onShowPress | Occurs when the user performs a down MotionEvent and not performing a move or up yet, this method fires the InteractiveSimpleOnGestureListener.onShowPress event. |
![]() |
onSingleTap | Fires the InteractiveSimpleOnGestureListener.onSingleTap event. |
![]() |
onSingleTapUp | Occurs when the user performs a tap with the up MotionEvent, this method fires the InteractiveSimpleOnGestureListener.onSingleTapUp event. |
![]() |
OnTap | Raises the Tap event. |
![]() |
onUp | Fires the InteractiveSimpleOnGestureListener.onUp event. |