Member Registration

  • Register Member is used to register the member by passing First Name, Last Name, Email Id, Phone Number, Country Code and State Code.
  • If the entered email id is registered and the phone number is not registered.
  • GetMemberData is used to authorize the member by passing his/her registered email id.
  • After getting a successful response it will redirect to DonationActivity or EventListActivity based on the user’s choice in LoginActivity.
  • In response if it will get sucessfully then it will redirect to Donation Activity if the continue button has clicked and it will redirect to Event List Activity if the event check-in button has clicked.