public static interface PCLogin.GetLoginDataCallback
PCLogin.importFromJson(String, PCLogin.GetLoginDataCallback)
Modifier and Type | Method and Description |
---|---|
void |
error(PCError error)
Called in case JSON couldn't be parsed successfully
|
void |
success(PCLogin loginData)
Called when JSON is parsed successfully and
PCLogin object is constructed for
further usage |