xamarintvos
namespace GameKit
{
[Deprecated(PlatformName.TvOS, 12, 0, PlatformArchitecture.None, "Use 'GKMatchmakerViewController' (real-time) or 'GKTurnBasedMatchmakerViewController' (turn-based) instead.")]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Register("GKGameSessionSharingViewController", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
public class GKGameSessionSharingViewController : UIViewController
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal GKGameSessionSharingViewController(IntPtr handle);
}
}
Xamarin tvOS | 0.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |