Interface OnUserAboutChanged

All Superinterfaces:
Listener

public interface OnUserAboutChanged extends Listener
  • Method Details

    • onAboutChange

      void onAboutChange(String oldAbout, String newAbout)
      Called when the companion's status changes
      Parameters:
      oldAbout - the non-null old about
      newAbout - the non-null new about