AddressLookupResult

sealed class AddressLookupResult

A class that contains the result of address lookup completion call.

Inheritors

Types

Link copied to clipboard
data class Completed(val lookupAddress: LookupAddress) : AddressLookupResult

Completion call has been successfully completed.

Link copied to clipboard
data class Error(val message: String? = null) : AddressLookupResult

An error occurred while making of the call.