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

Public Member Functions

void onDigitalIdUpdated (@NonNull List< DigitalId > addedOrUpdatedDigitalIds, @NonNull List< DigitalId > removedDigitalIds, @Nullable Date lastUpdateTime)
 

Detailed Description

Callback interface used to notify you about adds/updates/removes for a user's Digital ID cards. This is the primary way to interact with the Digital ID feature in the SDK.

Member Function Documentation

◆ onDigitalIdUpdated()

void com.gallagher.security.mobileaccess.DigitalIdListener.onDigitalIdUpdated ( @NonNull List< DigitalId addedOrUpdatedDigitalIds,
@NonNull List< DigitalId removedDigitalIds,
@Nullable Date  lastUpdateTime 
)

This is called immediately in response to addDigitalIdListener, to display the currently available Digital IDs. This will also be called in response to a cloud sync if Digital IDs are added, updated or removed.

Parameters
addedOrUpdatedDigitalIdslist of added or updated Digital IDs.
removedDigitalIdslist of removed Digital IDs.
lastUpdateTimetimestamp of last processed request for updates from the Gallagher cloud.

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