onFailed static method

void onFailed(
  1. InquiryFailedCallback listener
)

Called when the invidual fails the 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 onFailed(InquiryFailedCallback listener) =>
    _platform.onFailed = listener;