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

android.view.View Maven / Gradle / Ivy

package android.view;

public class View {
    public static interface OnCreateContextMenuListener {
        void onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy