java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeInstantView
- Enclosing class:
- TdApi
The link must be opened in an Instant
View. Call getWebPageInstantView with
the given URL to process the link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
An URL to open if getWebPageInstantView fails.URL to be passed to getWebPageInstantView. -
Constructor Summary
ConstructorDescriptionThe link must be opened in an Instant View.The link must be opened in an Instant View.InternalLinkTypeInstantView
(String url, String fallbackUrl) The link must be opened in an Instant View. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
URL to be passed to getWebPageInstantView. -
fallbackUrl
An URL to open if getWebPageInstantView fails. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeInstantView
public InternalLinkTypeInstantView()The link must be opened in an Instant View. Call getWebPageInstantView with the given URL to process the link. -
InternalLinkTypeInstantView
The link must be opened in an Instant View. Call getWebPageInstantView with the given URL to process the link.- Parameters:
url
- String URL to be passed to getWebPageInstantView.fallbackUrl
- String An URL to open if getWebPageInstantView fails.
-
InternalLinkTypeInstantView
The link must be opened in an Instant View. Call getWebPageInstantView with the given URL to process the link.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-