public InteractiveService InteractiveService {get;}
Public ReadOnly Property InteractiveService As InteractiveService
public InteractiveService InteractiveService {get;}
@property (nonatomic,retain,readonly) LTInteractiveService* interactiveService;
public InteractiveService getInteractiveService()
get_InteractiveService();
This value is useful when deriving your own interactive mode classes. Refer to ImageViewerInteractiveMode for an example.
For an example, refer to ImageViewerInteractiveMode.