ConfigureConnectionCallback typedef

ConfigureConnectionCallback = void Function(ExternalMapDataSourceErrorCode? errorCode)

This method will be called on the main thread when ExternalMapDataSourceClient.configureRemoteConnectionAsync has been completed.

  • errorCode Represents the operation status. It is 'null' for an operation that succeeds.

Implementation

typedef ConfigureConnectionCallback = void Function(ExternalMapDataSourceErrorCode? errorCode);