Notifies about touch events on the screen’s prescribed area during video streaming
The type of touch event.
@property (nonatomic, strong) SDLTouchType _Nonnull type;
var type: SDLTouchType { get set }
List of all individual touches involved in this event.
@property (nonatomic, strong) NSArray<SDLTouchEvent *> *_Nonnull event;
var event: [SDLTouchEvent] { get set }