monoandroid
namespace Android.App
{
[Register("android/app/SharedElementCallback", DoNotGenerateAcw = true)]
public abstract class SharedElementCallback : Object
{
[Register("onCreateSnapshotView", "(Landroid/content/Context;Landroid/os/Parcelable;)Landroid/view/View;", "GetOnCreateSnapshotView_Landroid_content_Context_Landroid_os_Parcelable_Handler")]
public virtual View? OnCreateSnapshotView(Context? context, IParcelable? snapshot);
}
}
.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. |