parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

Add specific listener for signup event #79

Closed slpereira closed 8 years ago

slpereira commented 8 years ago

My suggestion is create a specific listener to propagate signup events. In the current implementation, the signup event is propagated through the login listener, so, you cannot distinguish from signup and login event. In my case, I need special processing when the user signup to my application. If a specific listener is created to propagate signup events, users of the LoginUI API can receive this event in a specific channel and react as they want.

skywalkerlw commented 8 years ago

+1. This will be very useful when an special alert view needs to show after sign up or sign in. For example: sign up : You have successfully created a new account. sign in : You have successfully sign in.