parse-community / ParseUI-Android

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

missing shouldBeginSignUp hook #102

Open skywalkerlw opened 8 years ago

skywalkerlw commented 8 years ago

In iOS, we have following callback which could be used to do some pre check :

Is there any similar one on Android SDK?

The background in my app is I need to pre check the validity on the Parse account, since its user name will later be used as the AWS bucket name while there're some restrictions on bucket naming. For example, AWS buckets names do not allow space characters.