Table of Contents

Class R.stringClass

Namespace
Android
Assembly
MASES.Netdroid.dll
public class R.stringClass : JVMBridgeBase<R.stringClass>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
R.stringClass
Implements
Extension Methods

Constructors

stringClass()

public stringClass()

stringClass(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public stringClass(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

VideoView_error_button

public static int VideoView_error_button { get; set; }

Property Value

int

VideoView_error_text_invalid_progressive_playback

public static int VideoView_error_text_invalid_progressive_playback { get; set; }

Property Value

int

VideoView_error_text_unknown

public static int VideoView_error_text_unknown { get; set; }

Property Value

int

VideoView_error_title

public static int VideoView_error_title { get; set; }

Property Value

int

autofill

public static int autofill { get; set; }

Property Value

int

cancel

public static int cancel { get; set; }

Property Value

int

copy

public static int copy { get; set; }

Property Value

int

copyUrl

public static int copyUrl { get; set; }

Property Value

int

cut

public static int cut { get; set; }

Property Value

int

defaultMsisdnAlphaTag

public static int defaultMsisdnAlphaTag { get; set; }

Property Value

int

defaultVoiceMailAlphaTag

public static int defaultVoiceMailAlphaTag { get; set; }

Property Value

int

dialog_alert_title

public static int dialog_alert_title { get; set; }

Property Value

int

emptyPhoneNumber

public static int emptyPhoneNumber { get; set; }

Property Value

int

fingerprint_icon_content_description

public static int fingerprint_icon_content_description { get; set; }

Property Value

int

httpErrorBadUrl

public static int httpErrorBadUrl { get; set; }

Property Value

int

httpErrorUnsupportedScheme

public static int httpErrorUnsupportedScheme { get; set; }

Property Value

int

no

[Obsolete("Deprecated in JVM")]
public static int no { get; set; }

Property Value

int

ok

public static int ok { get; set; }

Property Value

int

paste

public static int paste { get; set; }

Property Value

int

paste_as_plain_text

public static int paste_as_plain_text { get; set; }

Property Value

int

search_go

public static int search_go { get; set; }

Property Value

int

selectAll

public static int selectAll { get; set; }

Property Value

int

selectTextMode

public static int selectTextMode { get; set; }

Property Value

int

status_bar_notification_info_overflow

[Obsolete("Deprecated in JVM")]
public static int status_bar_notification_info_overflow { get; set; }

Property Value

int

unknownName

public static int unknownName { get; set; }

Property Value

int

untitled

public static int untitled { get; set; }

Property Value

int

yes

[Obsolete("Deprecated in JVM")]
public static int yes { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for stringClass()

public static R.stringClass CreatePoolableInstance()

Returns

R.stringClass