splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

Detecting cancel Event #262

Closed BobSmith43 closed 7 years ago

BobSmith43 commented 7 years ago

How can I detect the cancel event when Clicked from ContactsCompletionView

a2

mgod commented 7 years ago

Implement a TokenListener and put your code in the onTokenRemoved method.