Package org.drinkless.tdlib
Class TdApi.SettingsSectionInAppBrowser
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SettingsSection
org.drinkless.tdlib.TdApi.SettingsSectionInAppBrowser
- Enclosing class:
TdApi
The in-app browser settings section.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.SettingsSection
TdApi.SettingsSection.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Subsection of the section; may be one of "", "enable-browser", "clear-cookies", "clear-cache", "history", "clear-history", "never-open", "clear-list", "search". -
Constructor Summary
ConstructorsConstructorDescriptionThe in-app browser settings section.SettingsSectionInAppBrowser(String subsection) The in-app browser settings section. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
subsection
Subsection of the section; may be one of "", "enable-browser", "clear-cookies", "clear-cache", "history", "clear-history", "never-open", "clear-list", "search". -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SettingsSectionInAppBrowser
public SettingsSectionInAppBrowser()The in-app browser settings section. -
SettingsSectionInAppBrowser
The in-app browser settings section.- Parameters:
subsection- Subsection of the section; may be one of "", "enable-browser", "clear-cookies", "clear-cache", "history", "clear-history", "never-open", "clear-list", "search".
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.SettingsSection- Returns:
- this.CONSTRUCTOR
-