1 2 3 4 5 6 7 8 9
namespace MediaBrowser.Model.ApiClient { public enum ConnectionState { Unavailable = 1, ServerSignIn = 2, SignedIn = 3 } }