MenuButtonWebApp class
Represents a menu button, which launches a Web App.
- Inheritance
-
- Object
- MenuButton
- MenuButtonWebApp
Constructors
- MenuButtonWebApp(String text, WebAppInfo webApp)
- Basic constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String
-
Text on the button
getter/setter pair
- type ↔ String
-
Type of the button, must be web_app
getter/setter pair
- webApp ↔ WebAppInfo
-
Description of the Web App that will be launched when the user presses the
button. The Web App will be able to send an arbitrary message on behalf of
the user using the method answerWebAppQuery.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map - Creates a json from the object
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → MenuButtonWebApp - Creates a object from a json