Interface OnProfilePictureChanged

All Superinterfaces:
Listener

public interface OnProfilePictureChanged extends Listener
  • Method Details

    • onProfilePictureChanged

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