public interface LTInteractiveServiceDelegate
Public Interface LTInteractiveServiceDelegate
public interface LTInteractiveServiceDelegate
iOS Only @protocol LTInteractiveServiceDelegate<NSObject> @optional - (void) interactiveService:(LTInteractiveService*)service pinchWithArgs:(UIPinchGestureRecognizer*)recognizer; - (void) interactiveService:(LTInteractiveService*)service tapWithArgs:(UITapGestureRecognizer*)recognizer; - (void) interactiveService:(LTInteractiveService*)service doubleTapWithArgs:(UITapGestureRecognizer*)recognizer; - (void) interactiveService:(LTInteractiveService*)service holdWithArgs:(UILongPressGestureRecognizer*)recognizer; - (void) interactiveService:(LTInteractiveService*)service panWithArgs:(UIPanGestureRecognizer*)recognizer; - (void) interactiveService:(LTInteractiveService*)service rotateWithArgs:(UIRotationGestureRecognizer*)recognizer; - (void) interactiveService:(LTInteractiveService*)service basicWithArgs:(LTBasicGestureRecognizer*)recognizer; @end
function Leadtools.Controls.LTInteractiveServiceDelegate()
This protocol is used to listen to InteractiveService events and provide the user with information needed for the event.