monoandroid
namespace Android.App
{
[Register("android/app/WallpaperManager", DoNotGenerateAcw = true)]
public class WallpaperManager : Object
{
[Register("android/app/WallpaperManager$OnColorsChangedListener", "", "Android.App.WallpaperManager/IOnColorsChangedListenerInvoker", ApiSince = 27)]
public interface IOnColorsChangedListener : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onColorsChanged", "(Landroid/app/WallpaperColors;I)V", "GetOnColorsChanged_Landroid_app_WallpaperColors_IHandler:Android.App.WallpaperManager/IOnColorsChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 27)]
void OnColorsChanged(WallpaperColors? colors, int which);
}
}
}
.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. |