Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoMoro committed Nov 18, 2016
1 parent e4b8164 commit e72a82c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ LongPressPopupBuilder class: <br />

<br /><br />

Also, the LongPressPopup class gives some utility method, like <br />
* register() <br />
Also, the LongPressPopup class gives some utility methods, like <br />
* ```public void register()``` <br />
Which means that the popup is listening for touch events on the given view to show itself <br /> <br />
* unregister() <br />
* ```public void unregister()``` <br />
Which makes to popup stop listening for touch events and dismiss itself if open <br /> <br />
* showNow() <br />
* ```public void showNow()``` <br />
Which shows immediately the popup
* dismissNow() <br />
* ```public void dismissNow()``` <br />
Which dismiss immediately the popup if open

<br /> <br />
Expand Down

0 comments on commit e72a82c

Please sign in to comment.