AAMessageTemplate class

Inheritance

Constructors

AAMessageTemplate({required String title, required String message, String? id})
Creates a message template for Android Auto.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pairinherited
uniqueId String
no setterinherited
updateChannelType FAAChannelTypes
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMessage(String message) Future<void>
inherited
setTitle(String title) Future<void>
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
update({String? title, String? message}) Future<void>
Updates the template content on Android Auto.
inherited
updateTemplate({required String title, required String message}) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited