The members of Android.Service.Dreams.DreamService are listed below.
See Also: Inherited members from Android.App.Service
| A constructor used when creating managed representations of JNI objects; called by the runtime. | 
const   | DreamMetaData | string. Name under which a Dream publishes information about itself. | 
const   | ServiceInterface | string. The Android.Content.Intent that must be declared as handled by the service. | 
| Fullscreen | bool. Returns whether or not this dream is in fullscreen mode. | |
| Interactive | bool. Returns whether or not this dream is interactive. | |
| ScreenBright | bool. Returns whether or not this dream keeps the screen bright while dreaming. | |
| [read-only] | Window | Android.Views.Window. Retrieves the current Android.Views.Window for the dream. | 
| [read-only] | WindowManager | Android.Views.IWindowManager. Retrieves the current Android.Views.IWindowManager for the dream. | 
| [read-only] override   | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| [read-only] override   | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
AddContentView(Android.Views.View, Android.Views.ViewGroup.LayoutParams)Adds a view to the Dream's window, leaving other content views in place.  | ||
DispatchGenericMotionEvent(Android.Views.MotionEvent)Called to process generic motion events.  | ||
DispatchKeyEvent(Android.Views.KeyEvent)Called to process key events.  | ||
DispatchKeyShortcutEvent(Android.Views.KeyEvent)Called to process a key shortcut event.  | ||
DispatchPopulateAccessibilityEvent(Android.Views.Accessibility.AccessibilityEvent)Called to process population of Android.Views.Accessibility.AccessibilityEvents.  | ||
DispatchTouchEvent(Android.Views.MotionEvent)Called to process touch screen events.  | ||
DispatchTrackballEvent(Android.Views.MotionEvent)Called to process trackball events.  | ||
FindViewById(int)Finds a view that was identified by the id attribute from the XML that was processed in DreamService.onCreate().  | ||
Finish()Stops the dream and detaches from the window.  | ||
OnActionModeFinished(Android.Views.ActionMode)Called when an action mode has been finished.  | ||
OnActionModeStarted(Android.Views.ActionMode)Called when an action mode has been started.  | ||
OnAttachedToWindow()Called when the window has been attached to the window manager.  | ||
override   | OnBind(Android.Content.Intent)Return the communication channel to the service.  | |
OnContentChanged()This hook is called whenever the content view of the screen changes (due to a call to Android.Views.Window.SetContentView(Android.Views.View, .LayoutParams) or Android.Views.Window.AddContentView(Android.Views.View, .LayoutParams)).  | ||
OnCreatePanelMenu(int, Android.Views.IMenu)Initialize the contents of the menu for panel 'featureId'.  | ||
OnCreatePanelView(int)Instantiate the view to display in the panel for 'featureId'.  | ||
OnDetachedFromWindow()Called when the window has been attached to the window manager.  | ||
OnDreamingStarted()Called when the dream's window has been created and is visible and animation may now begin.  | ||
OnDreamingStopped()Called when this Dream is stopped, either by external request or by calling finish(), before the window has been removed.  | ||
OnMenuItemSelected(int, Android.Views.IMenuItem)Called when a panel's menu item has been selected by the user.  | ||
OnMenuOpened(int, Android.Views.IMenu)Called when a panel's menu is opened by the user.  | ||
OnPanelClosed(int, Android.Views.IMenu)Called when a panel is being closed.  | ||
OnPreparePanel(int, Android.Views.View, Android.Views.IMenu)Prepare a panel to be displayed.  | ||
OnSearchRequested()Called when the user signals the desire to start a search.  | ||
OnWakeUp()Called when the dream is being asked to stop itself and wake.  | ||
OnWindowAttributesChanged(Android.Views.WindowManagerLayoutParams)This is called whenever the current window attributes change.  | ||
OnWindowFocusChanged(bool)This hook is called whenever the window focus changes.  | ||
OnWindowStartingActionMode(Android.Views.ActionMode.ICallback)Called when an action mode is being started for this window.  | ||
SetContentView(Android.Views.View)Sets a view to be the content view for this Dream.  | ||
SetContentView(int)Inflates a layout resource and set it to be the content view for this Dream.  | ||
SetContentView(Android.Views.View, Android.Views.ViewGroup.LayoutParams)Sets a view to be the content view for this Dream.  | ||
WakeUp()Wakes the dream up gently.  | ||