Android.Service.Wallpaper.WallpaperService Members

The members of Android.Service.Wallpaper.WallpaperService are listed below.

See Also: Inherited members from Android.App.Service

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ServiceInterfacestring. The Android.Content.Intent that must be declared as handled by the service.
const
ServiceMetaDatastring. Name under which a WallpaperService component publishes information about itself.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
OnBind(Android.Content.Intent) : Android.OS.IBinder
Implement to return the implementation of the internal accessibility service interface.
abstract
OnCreateEngine() : WallpaperService.Engine
Must be implemented to return a new instance of the wallpaper's engine.