xamarintvos
namespace GameKit
{
[Deprecated(PlatformName.TvOS, 12, 0, PlatformArchitecture.None, "Use 'GKMatchmakerViewControllerDelegate' (real-time) or 'GKTurnBasedMatchmakerViewControllerDelegate' (turn-based) instead.")]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("GKGameSessionSharingViewControllerDelegate", false)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
public abstract class GKGameSessionSharingViewControllerDelegate : NSObject, IGKGameSessionSharingViewControllerDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal GKGameSessionSharingViewControllerDelegate(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. |