onLocationIssueChanged abstract method

void onLocationIssueChanged(
  1. List<LocationIssueType> issues
)

Called when the snapshot of currently active location issues changes.

Invoked whenever the LocationEngine detects a change in the set of active issues, including when all issues clear (empty list). Replace any previously stored issue list with this snapshot.

  • issues Current snapshot of active location issues. Empty list indicates no active issues.

Implementation

void onLocationIssueChanged(List<LocationIssueType> issues);