UrlInfo

open class UrlInfo

Constructors

Link copied to clipboard
constructor(@NonNull type: UrlInfo.UrlType, @NonNull url: String)
constructor(@NonNull type: UrlInfo.UrlType, @NonNull url: String, @NonNull requiresNetwork: Boolean)

Types

Link copied to clipboard
enum UrlType

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun from(@NonNull info: ViewInfo): Set<UrlInfo>