Gallagher Mobile Connect SDK
Public Member Functions | List of all members
com.gallagher.security.mobileaccess.SdkStateListener Interface Reference

Public Member Functions

void onStateChanged (boolean isScanning, @NonNull Collection< MobileAccessState > states)
 

Detailed Description

A listener to describe when the SDK changes in some way. Use this channel to find global errors or warnings from the SDK

Member Function Documentation

◆ onStateChanged()

void com.gallagher.security.mobileaccess.SdkStateListener.onStateChanged ( boolean  isScanning,
@NonNull Collection< MobileAccessState states 
)
Parameters
isScanningTrue when the SDK is configured to be scanning, false otherwise
statesThe warning and errors that are being reported by the SDK. Not all warnings and errors will be relevant, consult the relevant documentation to understand when to ignore states.

The documentation for this interface was generated from the following file: