Package it.tdlight.jni
Class TdApi.WebPageInstantView
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.WebPageInstantView
- Enclosing class:
- TdApi
public static class TdApi.WebPageInstantView extends TdApi.Object
Describes an instant view page for a web page.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isFull
True, if the instant view contains the full page.boolean
isRtl
True, if the instant view must be shown from right to left.TdApi.PageBlock[]
pageBlocks
Content of the web page.int
version
Version of the instant view, currently can be 1 or 2.int
viewCount
Number of the instant view views; 0 if unknown. -
Constructor Summary
Constructors Constructor Description WebPageInstantView()
Describes an instant view page for a web page.WebPageInstantView(TdApi.PageBlock[] pageBlocks, int viewCount, int version, boolean isRtl, boolean isFull)
Describes an instant view page for a web page.WebPageInstantView(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
pageBlocks
Content of the web page. -
viewCount
public int viewCountNumber of the instant view views; 0 if unknown. -
version
public int versionVersion of the instant view, currently can be 1 or 2. -
isRtl
public boolean isRtlTrue, if the instant view must be shown from right to left. -
isFull
public boolean isFullTrue, if the instant view contains the full page. A network request might be needed to get the full web page instant view. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
WebPageInstantView
public WebPageInstantView()Describes an instant view page for a web page. -
WebPageInstantView
public WebPageInstantView(TdApi.PageBlock[] pageBlocks, int viewCount, int version, boolean isRtl, boolean isFull)Describes an instant view page for a web page.- Parameters:
pageBlocks
- PageBlock[] Content of the web page.viewCount
- int Number of the instant view views; 0 if unknown.version
- int Version of the instant view, currently can be 1 or 2.isRtl
- boolean True, if the instant view must be shown from right to left.isFull
- boolean True, if the instant view contains the full page. A network request might be needed to get the full web page instant view.
-
WebPageInstantView
- 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()
-