java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.WebAppInfo
- Enclosing class:
- TdApi
Contains information about a web app.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Unique identifier for the web app launch.A web app URL to open in a web view. -
Constructor Summary
ConstructorDescriptionContains information about a web app.WebAppInfo
(long launchId, String url) Contains information about a web app.WebAppInfo
(DataInput input) Contains information about a web app. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
launchId
public long launchIdUnique identifier for the web app launch. -
url
A web app URL to open in a web view. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
WebAppInfo
public WebAppInfo()Contains information about a web app. -
WebAppInfo
Contains information about a web app.- Parameters:
launchId
- long Unique identifier for the web app launch.url
- String A web app URL to open in a web view.
-
WebAppInfo
Contains information about a web app.- 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()
-