An interface for notifying client applications to notify processProfileAsync result.
Public Methods
onData
public void onData(ProfileManager.ResultData resultData)
This is the callback method to be called upon the processProfileAsync task completion.
Parameters:
resultData
- ResultData object.
Returns:
void