toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.util
/
UrlInfo
Url
Info
open
class
UrlInfo
Members
Constructors
Url
Info
Link copied to clipboard
constructor
(
@
NonNull
type
:
UrlInfo.UrlType
,
@
NonNull
url
:
String
)
constructor
(
@
NonNull
type
:
UrlInfo.UrlType
,
@
NonNull
url
:
String
,
@
NonNull
requiresNetwork
:
Boolean
)
Types
Url
Type
Link copied to clipboard
enum
UrlType
Properties
requires
Network
Link copied to clipboard
@
NonNull
@get:
NonNull
val
requiresNetwork
:
Boolean
type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
type
:
UrlInfo.UrlType
url
Link copied to clipboard
@
NonNull
@get:
NonNull
val
url
:
String
Functions
from
Link copied to clipboard
@
NonNull
open
fun
from
(
@
NonNull
info
:
ViewInfo
)
:
Set
<
UrlInfo
>