EventLogTags.Get Method

Definition

Overloads

Get(Int32)
Obsolete.
Get(String)
Obsolete.

Get(Int32)

Caution

deprecated

[Android.Runtime.Register("get", "(I)Landroid/util/EventLogTags$Description;", "GetGet_IHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Util.EventLogTags.Description? Get (int tag);
[<Android.Runtime.Register("get", "(I)Landroid/util/EventLogTags$Description;", "GetGet_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Get : int -> Android.Util.EventLogTags.Description
override this.Get : int -> Android.Util.EventLogTags.Description

Parameters

tag
Int32

Returns

Attributes

Remarks

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

Get(String)

Caution

deprecated

[Android.Runtime.Register("get", "(Ljava/lang/String;)Landroid/util/EventLogTags$Description;", "GetGet_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual Android.Util.EventLogTags.Description? Get (string? name);
[<Android.Runtime.Register("get", "(Ljava/lang/String;)Landroid/util/EventLogTags$Description;", "GetGet_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Get : string -> Android.Util.EventLogTags.Description
override this.Get : string -> Android.Util.EventLogTags.Description

Parameters

name
String

Returns

Attributes

Remarks

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