amplify icon indicating copy to clipboard operation
amplify copied to clipboard

Functionality to remove all callbacks for a topic

Open bennycode opened this issue 8 years ago • 2 comments

Usage

amplify.unsubscribeAll(); // Unsubscribes all callbacks for all topics
amplify.unsubscribeAll('ButtonClicked'); // Unsubscribes all callbacks for a specific topic

bennycode avatar Aug 27 '15 13:08 bennycode

:+1:

daverogers avatar Mar 02 '16 00:03 daverogers

Ping. Can someone please review my Pull Request?

bennycode avatar Oct 05 '16 09:10 bennycode