TelephoneKeypadTemplate.PhoneNumberChangeListener


public interface TelephoneKeypadTemplate.PhoneNumberChangeListener


An interface for clients to receive events about the phone number changing.

Summary

Public methods

abstract void

Called when the number that's being dialed by the user changes for any reason.

Public methods

onPhoneNumberChanged

Added in 1.8.0-beta01
abstract void onPhoneNumberChanged(@NonNull String number)

Called when the number that's being dialed by the user changes for any reason. This is usually associated with a button press which will also trigger an event to TelephoneKeypadCallback; however, keys like "backspace" will update this number number without firing an event to the keypad listener.