func appRemoteDisconnect()

in DemoProjects/NowPlayingView/NowPlayingView/ViewController.swift [332:337]


    func appRemoteDisconnect() {
        connectionIndicatorView.state = .disconnected
        self.subscribedToPlayerState = false
        self.subscribedToCapabilities = false
        enableInterface(false)
    }