private fun doCallback(success: Boolean, activity: Activity): Unit
Sends a callback back to the calling activity
success - Boolean true if user does not have a profile, false otherwise
success
activity - Activity The calling activity
activity