Android.App.MediaRouteActionProvider.OnCreateActionView Method
Factory method called by the Android framework to create new action views.

Syntax

[Android.Runtime.Register("onCreateActionView", "()Landroid/view/View;", "GetOnCreateActionViewHandler")]
[System.Obsolete("deprecated")]
public override Android.Views.View OnCreateActionView ()

Returns

Documentation for this section has not yet been entered.

Remarks

Factory method called by the Android framework to create new action views.

This method has been deprecated in favor of Android.Views.ActionProvider.OnCreateActionView(Android.Views.IMenuItem). Newer apps that wish to support platform versions prior to API 16 should also implement this method to return a valid action view.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16