Interface ProfileFetchHandler


public interface ProfileFetchHandler
Interface for a subscriber of the results of a profile fetch.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a result for a profile is ready.
  • Method Details

    • onResult

      void onResult(ProfileRequest request)
      Invoked when a result for a profile is ready.
      Parameters:
      request - The profile request that was handled.