fun addOnShareClickListener(: OnShareClickListener): Unit
Adds a listener to be notified of share button click.
listener
- The listener to notify when share button clicked.
inline fun addOnShareClickListener(crossinline : (SearchPlace) -> Unit): Unit
Experimental function, can be changed or removed in the next SDK releases. Adds a listener to be notified of share button click.
listener
- The listener to notify when share button clicked.