Interface OnWhatsappNameChanged

All Superinterfaces:
Listener

public interface OnWhatsappNameChanged extends Listener
  • Method Details

    • onNameChanged

      void onNameChanged(Whatsapp whatsapp, String oldName, String newName)
      Called when the companion's name changes
      Specified by:
      onNameChanged in interface Listener
      Parameters:
      whatsapp - an instance to the calling api
      oldName - the non-null old name
      newName - the non-null new name