Get remaining steps
This section contains the necessary methods to get remaining step's.
Last updated
This section contains the necessary methods to get remaining step's.
Last updated
The following method provides information about all the remaining steps in the specified process token.
BiometridOn.getInstance().getRemainingSteps(String process_token, OnProcessCallback callback);
getRemainingSteps Callback
Callback
Boolean status
Status of request
ArrayList<StepType> stepTypes
Remaining step's array from process
JsonObject json
JsonObject data from request
Errors e
Errors object
public class ExampleActivity extends Activity implements OnProcessCallback {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(