public void OnConnectionFailed(ConnectionResult result) { _owner.OnLocationError(ToMvxLocationErrorCode(result)); Mvx.TaggedTrace(MvxTraceLevel.Diagnostic, "Plugin.Location.Fused", "OnConnectionFailed: {0}", result); _client?.Reconnect(); }
public void OnConnectionFailed(ConnectionResult result) { _owner.OnLocationError(ToMvxLocationErrorCode(result)); MvxTrace.Trace("Plugin.Location.Fused.OnConnectionFailed: " + result); }