Interface OnWhatsappAboutChanged

All Superinterfaces:
Listener

public interface OnWhatsappAboutChanged extends Listener
  • Method Details

    • onAboutChange

      void onAboutChange(Whatsapp whatsapp, String oldAbout, String newAbout)
      Called when the companion's status changes
      Parameters:
      whatsapp - an instance to the calling api
      oldAbout - the non-null old about
      newAbout - the non-null new about