Server
Types
Properties
Link copied to clipboard
Indicates whether the server allows guest mode (true) or not (not true).
Link copied to clipboard
An optional description of the connection.
Link copied to clipboard
Link copied to clipboard
Fetched asynchronously with fetchEsriCreds.
Link copied to clipboard
Link copied to clipboard
Fetched asynchronously with fetchEsriCreds.
Link copied to clipboard
All subscribed reports on this server.
Link copied to clipboard
Indicates whether the connection uses guest mode (true) or a userId/password (not true).
Link copied to clipboard
Fetched asynchronously with fetchUserAvatar.
Link copied to clipboard
Link copied to clipboard
Whether to use standard (user ID/password) authentication instead of web authentication even if the latter is supported by this connection. This may require special configuration on the server.
Functions
Link copied to clipboard
Populate esriUserId and esriPassword.
Link copied to clipboard
Populate userAvatar.
Link copied to clipboard
fun subscribe(descriptors: List<ReportDescriptor>, updateIfSubscribed: Boolean, onSubscribeComplete: (Server.Result) -> Unit? = null)
Subscribe to the given reports.
Link copied to clipboard
Unsubscribe from the given report.