localAppName property

  1. @Deprecated("localAppName is not used.")
String? localAppName
final

The localAppName is the friendly name identifying the current client application.

This is typically used to differentiate between client applications that use the same Atlas App Services application.

These can be the same conceptual app developed for different platforms, or significantly different client side applications that operate on the same data - e.g. an event managing service that has different clients apps for organizers and attendees.

Implementation

@Deprecated("localAppName is not used.")
final String? localAppName;