C#
VB
Objective-C
Contains methods for InteractiveService delegate events.
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
This protocol is used to listen to InteractiveService events and provide the user with information needed for the event.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET