xamarinios
namespace Messages
{
    [Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "MSStickerBrowserViewDataSource", WrapperType = typeof(MSStickerBrowserViewDataSourceWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetNumberOfStickers", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MSStickerBrowserView) }, ReturnType = typeof(nint), Selector = "numberOfStickersInStickerBrowserView:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetSticker", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MSStickerBrowserView), typeof(nint) }, ReturnType = typeof(MSSticker), Selector = "stickerBrowserView:stickerAtIndex:")]
    public interface IMSStickerBrowserViewDataSource : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("stickerBrowserView:stickerAtIndex:")]
        [Preserve(Conditional = true)]
        MSSticker! GetSticker(MSStickerBrowserView! stickerBrowserView, nint index);
    }
}
Xamarin iOS 0.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/22/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙