SyncPersonCardsResponse

data class SyncPersonCardsResponse(error: BluIDSDKError?, personCardDetails: ArrayList<PersonCardDetails>?)

Response type for syncPersonCards function

Constructors

SyncPersonCardsResponse
Link copied to clipboard
fun SyncPersonCardsResponse(error: BluIDSDKError?, personCardDetails: ArrayList<PersonCardDetails>?)

Properties

error
Link copied to clipboard
val error: BluIDSDKError?

Possible values: TIMEOUT, LOGIN_EXPIRED

personCardDetails
Link copied to clipboard
val personCardDetails: ArrayList<PersonCardDetails>?

A list of Person Cards for the current user