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

A listener for implementing a handler of Salto updates. More...

Public Member Functions

void onSaltoKeysUpdated (@NonNull List< SaltoKeyIdentifier > addedOrUpdatedSaltoKeyIdentifiers, @NonNull List< SaltoKeyIdentifier > removedSaltoKeyIdentifiers)
 

Detailed Description

A listener for implementing a handler of Salto updates.

Member Function Documentation

◆ onSaltoKeysUpdated()

void com.gallagher.security.mobileaccess.SaltoUpdateListener.onSaltoKeysUpdated ( @NonNull List< SaltoKeyIdentifier addedOrUpdatedSaltoKeyIdentifiers,
@NonNull List< SaltoKeyIdentifier removedSaltoKeyIdentifiers 
)

Function called when new Salto Key updates are received. Also called when listener is first added with the list of Salto Key Identifiers stored on the phone.

Parameters
addedOrUpdatedSaltoKeyIdentifierslist of added or updated Salto Key Identifiers.
removedSaltoKeyIdentifierslist of removed Salto Key Identifiers.

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