monoandroid
namespace Android.App.Slices
{
[Register("android/app/slice/Slice", ApiSince = 28, DoNotGenerateAcw = true)]
public sealed class Slice : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Register("android/app/slice/Slice$Builder", ApiSince = 28, DoNotGenerateAcw = true)]
public class Builder : Object
{
[Register("addAction", "(Landroid/app/PendingIntent;Landroid/app/slice/Slice;Ljava/lang/String;)Landroid/app/slice/Slice$Builder;", "GetAddAction_Landroid_app_PendingIntent_Landroid_app_slice_Slice_Ljava_lang_String_Handler", ApiSince = 28)]
public virtual Builder? AddAction(PendingIntent! action, Slice! s, string? subType);
}
}
}
.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. |