Interface ProfileFetchHandler
public interface ProfileFetchHandler
Interface for a subscriber of the results of a profile fetch.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResult
(ProfileRequest request) Invoked when a result for a profile is ready.
-
Method Details
-
onResult
Invoked when a result for a profile is ready.- Parameters:
request
- The profile request that was handled.
-