java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.LoginUrlInfo
it.tdlight.jni.TdApi.LoginUrlInfoOpen
- Enclosing class:
- TdApi
An HTTP URL needs to be open.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intbooleanTrue, if there is no need to show an ordinary open URL confirmation.The URL to open. -
Constructor Summary
ConstructorsConstructorDescriptionAn HTTP URL needs to be open.LoginUrlInfoOpen(DataInput input) An HTTP URL needs to be open.LoginUrlInfoOpen(String url, boolean skipConfirmation) An HTTP URL needs to be open. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
The URL to open. -
skipConfirmation
public boolean skipConfirmationTrue, if there is no need to show an ordinary open URL confirmation. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
LoginUrlInfoOpen
public LoginUrlInfoOpen()An HTTP URL needs to be open. -
LoginUrlInfoOpen
An HTTP URL needs to be open.- Parameters:
url- String The URL to open.skipConfirmation- boolean True, if there is no need to show an ordinary open URL confirmation.
-
LoginUrlInfoOpen
An HTTP URL needs to be open.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-