Sync Person Cards Response
data class SyncPersonCardsResponse(error: BluIDSDKError?, personCardDetails: ArrayList<PersonCardDetails>?)
Content copied to clipboard
Response type for syncPersonCards function
Constructors
SyncPersonCardsResponse
Link copied to clipboard
fun SyncPersonCardsResponse(error: BluIDSDKError?, personCardDetails: ArrayList<PersonCardDetails>?)
Content copied to clipboard