EventLog.GetTagName(Int32) Method

Definition

Get the name associated with an event type tag code.

[Android.Runtime.Register("getTagName", "(I)Ljava/lang/String;", "")]
public static string? GetTagName (int tag);
[<Android.Runtime.Register("getTagName", "(I)Ljava/lang/String;", "")>]
static member GetTagName : int -> string

Parameters

tag
Int32

code to look up

Returns

the name of the tag, or null if no tag has that number

Attributes

Remarks

Get the name associated with an event type tag code.

Java documentation for android.util.EventLog.getTagName(int).

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