Platform class
Represents different platforms that a rich message can be intended for.
Constructors
- Platform()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
- actionsOnGoogle ↔ String
-
Actions on Google. When using Actions on Google, you can choose one of the specific Intent.Message types that mention support for Actions on Google, or you can use the advanced Intent.Message.payload field. The payload field provides access to AoG features not available in the specific message types. If using the Intent.Message.payload field, it should have a structure similar to the JSON message shown here. For more information, see Actions on Google Webhook Format
read / write
- facebook ↔ String
-
Facebook.
read / write
- kik ↔ String
-
Kik.
read / write
- line ↔ String
-
Line.
read / write
- skype ↔ String
-
Skype.
read / write
- slack ↔ String
-
Slack.
read / write
- telegram ↔ String
-
Telegram.
read / write
- unspecified ↔ String
-
Not specified.
read / write
- viber ↔ String
-
Viber.
read / write