func appRemoteDidEstablishConnection()

in DemoProjects/NowPlayingView/NowPlayingView/SceneDelegate.swift [61:64]


    func appRemoteDidEstablishConnection(_ appRemote: SPTAppRemote) {
        self.appRemote = appRemote
        playerViewController.appRemoteConnected()
    }