onSuccess static method

void onSuccess(
  1. InquirySuccessCallback listener
)

Called on a successful inquiry.

  • inquiryId a unique Persona-generated identifier for the inquiry
  • attributes consolidated information collected in the inquiry about the individual
  • relationships individual components that are collected through the Inquiry

Implementation

static void onSuccess(InquirySuccessCallback listener) =>
    _platform.onSuccess = listener;