PhoneNumberCollectionFragment |
This fragment, along with its corresponding ViewModel, handles phone number collection from the user. class PhoneNumberCollectionFragment : Fragment, OnClickListener |
PhoneNumberCollectionInterface |
Interface used to handle and assist in collecting a phone number from a user. interface PhoneNumberCollectionInterface |
PhoneNumberCollectionTextWatcher |
Listens for a text change. If found, triggers a callback to alert the owner. This let's the PhoneNumberCollectionFragment know the user has edited the phone number and the submit button should be shown to let the user resubmit. class PhoneNumberCollectionTextWatcher : TextWatcher |
PhoneNumberCollectionViewModel |
This ViewModel, along with its corresponding Fragment, handles phone number collection from the user. class PhoneNumberCollectionViewModel : AndroidViewModel |