xamarintvos
namespace TVServices
{
[Introduced(PlatformName.TvOS, 9, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "TVTopShelfProvider", WrapperType = typeof(TVTopShelfProviderWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "topShelfStyle", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TopShelfStyle", PropertyType = typeof(TVTopShelfContentStyle), Selector = "topShelfStyle")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "topShelfItems", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TopShelfItems", PropertyType = typeof(TVContentItem[]), Selector = "topShelfItems")]
public interface ITVTopShelfProvider : INativeObject, IDisposable
}
.NET | 6.07.08.09.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. |