MediaRouter.UserRouteInfo.SetStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetStatus(ICharSequence) |
Set the current user-visible status for this route. |
SetStatus(String) |
Set the current user-visible status for this route. |
SetStatus(ICharSequence)
Set the current user-visible status for this route.
[Android.Runtime.Register("setStatus", "(Ljava/lang/CharSequence;)V", "GetSetStatus_Ljava_lang_CharSequence_Handler")]
public virtual void SetStatus (Java.Lang.ICharSequence status);
[<Android.Runtime.Register("setStatus", "(Ljava/lang/CharSequence;)V", "GetSetStatus_Ljava_lang_CharSequence_Handler")>]
abstract member SetStatus : Java.Lang.ICharSequence -> unit
override this.SetStatus : Java.Lang.ICharSequence -> unit
Parameters
- status
- ICharSequence
Status to display to the user to describe what the endpoint of this route is currently doing
- Attributes
Remarks
Set the current user-visible status for this route.
Java documentation for android.media.MediaRouter.UserRouteInfo.setStatus(java.lang.CharSequence)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
SetStatus(String)
Set the current user-visible status for this route.
public void SetStatus (string status);
member this.SetStatus : string -> unit
Parameters
- status
- String
Status to display to the user to describe what the endpoint of this route is currently doing
Remarks
Set the current user-visible status for this route.
Java documentation for android.media.MediaRouter.UserRouteInfo.setStatus(java.lang.CharSequence)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.