Indicates the sharing view controller is ready to be dismissed.
Required.
SDK
- tvOS 10.0–12.0Deprecated
Framework
- Game
Kit
Declaration
func sharingViewController(_ viewController: GKGame Session Sharing View Controller, didFinishWithError error: Error?)
Parameters
viewController
The sharing view controller to be dismissed.
error
An optional GameKit error. This parameter is
nil
if the sharing view controller is successfully dismissed.