All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.selendroid.android.MotionSender Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package io.selendroid.android;

import android.view.MotionEvent;

public interface MotionSender {

  boolean send(Iterable events);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy