public static interface ProfileManager.DataListener
{@code
Example Usage:
public class MainActivity extends Activity implements DataListener {| Modifier and Type | Method and Description |
|---|---|
void |
onData(ProfileManager.ResultData resultData)
This is the callback method to be called upon the processProfileAsync task completion.
|
void onData(ProfileManager.ResultData resultData)
resultData - ResultData object.