Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 973 Bytes

File metadata and controls

15 lines (10 loc) · 973 Bytes

link / com.tink.link.ui / TinkLinkResult

TinkLinkResult

sealed class TinkLinkResult : Parcelable

The result data that is returned from the Tink Link UI flow. Possible values are TemporaryUser and PermanentUser

Types

Name Summary
PermanentUser The data returned when a LinkUser.ExistingUser or LinkUser.UnauthenticatedUser is used in the Tink Link UI flow.data class PermanentUser : TinkLinkResult
TemporaryUser The data returned when a LinkUser.TemporaryUser is used in the Tink Link UI flow.data class TemporaryUser : TinkLinkResult