Android.Service.Dreams.DreamService.FindViewById Method
Finds a view that was identified by the id attribute from the XML that was processed in DreamService.onCreate().

Syntax

[Android.Runtime.Register("findViewById", "(I)Landroid/view/View;", "GetFindViewById_IHandler")]
public virtual Android.Views.View FindViewById (int id)

Parameters

id
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Finds a view that was identified by the id attribute from the XML that was processed in DreamService.onCreate().

Note: Requires a window, do not call before DreamService.OnAttachedToWindow

[Android Documentation]

Requirements

Namespace: Android.Service.Dreams
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17