Interface OnWhatsappProfilePictureChanged

All Superinterfaces:
Listener

public interface OnWhatsappProfilePictureChanged extends Listener
  • Method Details

    • onProfilePictureChanged

      void onProfilePictureChanged(Whatsapp whatsapp, URI oldPicture, URI newPicture)
      Called when the companion's picture changes
      Specified by:
      onProfilePictureChanged in interface Listener
      Parameters:
      whatsapp - an instance to the calling api
      oldPicture - the non-null old picture
      newPicture - the non-null new picture