SYMBOL INDEX (40 symbols across 8 files) FILE: BeatTogether/Config.cs class Config (line 9) | public class Config method OnReload (line 27) | public virtual void OnReload() method CopyFrom (line 55) | public virtual void CopyFrom(Config other) FILE: BeatTogether/Installers/BtAppInstaller.cs class BtAppInstaller (line 6) | class BtAppInstaller : Installer method BtAppInstaller (line 10) | public BtAppInstaller( method InstallBindings (line 16) | public override void InstallBindings() FILE: BeatTogether/Installers/BtMenuInstaller.cs class BtMenuInstaller (line 6) | class BtMenuInstaller : Installer method InstallBindings (line 8) | public override void InstallBindings() FILE: BeatTogether/Models/ServerDetails.cs class ServerDetails (line 5) | public class ServerDetails method MatchesApiUrl (line 38) | public bool MatchesApiUrl(string? apiUrl) method ToString (line 62) | public override string ToString() => ServerName; FILE: BeatTogether/Models/TemporaryServerDetails.cs class TemporaryServerDetails (line 5) | public class TemporaryServerDetails : ServerDetails method TemporaryServerDetails (line 7) | public TemporaryServerDetails(string graphApiUrl, string? statusUrl) FILE: BeatTogether/Plugin.cs class Plugin (line 12) | [Plugin(RuntimeOptions.SingleStartInit)] method Plugin (line 19) | [Init] method OnEnable (line 32) | [OnEnable] method OnDisable (line 38) | [OnDisable] FILE: BeatTogether/Registries/ServerDetailsRegistry.cs class ServerDetailsRegistry (line 8) | public class ServerDetailsRegistry method ServerDetailsRegistry (line 28) | internal ServerDetailsRegistry( method AddServer (line 34) | public void AddServer(ServerDetails server) method SetSelectedServer (line 41) | public void SetSelectedServer(ServerDetails server) FILE: BeatTogether/UI/ServerSelectionController.cs class ServerSelectionController (line 28) | internal class ServerSelectionController : IInitializable, IAffinity, IN... method ServerSelectionController (line 53) | internal ServerSelectionController( method Initialize (line 74) | public void Initialize() method ApplySelectedServer (line 87) | private void ApplySelectedServer(ServerDetails server) method SyncSelectedServer (line 102) | private void SyncSelectedServer() method ApplyNetworkConfig (line 140) | private void ApplyNetworkConfig(ServerDetails server) method SyncTemporarySelectedServer (line 149) | private void SyncTemporarySelectedServer() method HandleMpStatusUpdateForUrl (line 173) | private void HandleMpStatusUpdateForUrl(string statusUrl, MpStatusData... method DidActivate (line 199) | [AffinityPrefix] method PresentMasterServerUnavailableErrorDialog (line 218) | [AffinityPostfix] method DidDeactivate (line 225) | [AffinityPrefix] method TransitionDidStart (line 233) | [AffinityPostfix] method TransitionDidFinish (line 241) | [AffinityPostfix] method DoPresentTransition (line 249) | [AffinityPrefix] method TopViewControllerWillChange (line 259) | [AffinityPrefix] method SetTitle (line 280) | [AffinityPrefix] method RefreshSwitchInteractable (line 296) | private void RefreshSwitchInteractable() method SetGlobalUserInteraction (line 314) | [AffinityPrefix] method OnPropertyChanged (line 328) | [NotifyPropertyChangedInvocator]