public class ProfileManager.ResultData extends Object
Modifier and Type | Method and Description |
---|---|
ProfileConfig |
getProfileConfig()
Deprecated.
|
Document |
getProfileDocument()
Returns the profile data as DOM document requested in the processProfileAsync method.
|
ProfileManager.PROFILE_FLAG |
getProfileFlag()
Returns the profile flag sent in processProfileAsync method.
|
String |
getProfileName()
Returns the profile name sent in processProfileAsync method.
|
String |
getProfileString()
Returns the profile data as string requested in the processProfileAsync method.
|
EMDKResults |
getResult()
Class for holding status of processProfileAsync method.
|
public EMDKResults getResult()
public String getProfileName()
public ProfileManager.PROFILE_FLAG getProfileFlag()
public String getProfileString()
public Document getProfileDocument()
@Deprecated public ProfileConfig getProfileConfig()