DeeplinkTokenPair

data class DeeplinkTokenPair(val tokenType: TokenType, val token: String?)

A data class representing a concrete token type and corresponding token parsed from a deeplink

Constructors

Link copied to clipboard
constructor(tokenType: TokenType, token: String?)

Properties

Link copied to clipboard
Link copied to clipboard