Android.Media.MediaRouter.CreateRouteCategory Method
Create a new route category.

Syntax

[Android.Runtime.Register("createRouteCategory", "(Ljava/lang/CharSequence;Z)Landroid/media/MediaRouter$RouteCategory;", "GetCreateRouteCategory_Ljava_lang_CharSequence_ZHandler")]
public virtual MediaRouter.RouteCategory CreateRouteCategory (Java.Lang.ICharSequence name, bool isGroupable)

Parameters

name
Name of the new category
isGroupable
true if routes in this category may be grouped with one another

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new route category. Each route must belong to a category.

[Android Documentation]

Requirements

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