-
public interface View.OnPickCallbackAn interface to implement a custom class to receive results of picking queries.
-
-
Method Summary
Modifier and Type Method Description abstract voidonPick(@NonNull() View.PickingQueryResult result)onPick() is called by the specified Handler in pick when the picking queryresult is available. -
-
Method Detail
-
onPick
abstract void onPick(@NonNull() View.PickingQueryResult result)
onPick() is called by the specified Handler in pick when the picking queryresult is available.
- Parameters:
result- An instance of PickingQueryResult.
-
-
-
-