monoandroid
namespace Android.App.Slices
{
[Register("android/app/slice/SliceManager", ApiSince = 28, DoNotGenerateAcw = true)]
public class SliceManager : Object
{
[Register("getPinnedSpecs", "(Landroid/net/Uri;)Ljava/util/Set;", "GetGetPinnedSpecs_Landroid_net_Uri_Handler", ApiSince = 28)]
public virtual ICollection<SliceSpec!>! GetPinnedSpecs(Uri? uri);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |