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

Public Member Functions

void onCredentialDeleteCompleted (@Nullable MobileCredential credential, @Nullable Throwable error)
 

Detailed Description

Callback interface invoked after you delete a mobile credential

Member Function Documentation

◆ onCredentialDeleteCompleted()

void com.gallagher.security.mobileaccess.CredentialDeleteListener.onCredentialDeleteCompleted ( @Nullable MobileCredential  credential,
@Nullable Throwable  error 
)

Called when the credential is successfully deleted

Parameters
credentialIf not-null, the credential was deleted. Contains the credential that was deleted
errorIf not-null, the credential failed to delete. Contains the error that occurred

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