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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
VideoView_error_button
public static int VideoView_error_button { get; set; }
Property Value
VideoView_error_text_invalid_progressive_playback
public static int VideoView_error_text_invalid_progressive_playback { get; set; }
Property Value
VideoView_error_text_unknown
public static int VideoView_error_text_unknown { get; set; }
Property Value
VideoView_error_title
public static int VideoView_error_title { get; set; }
Property Value
autofill
public static int autofill { get; set; }
Property Value
cancel
public static int cancel { get; set; }
Property Value
copy
public static int copy { get; set; }
Property Value
copyUrl
public static int copyUrl { get; set; }
Property Value
cut
public static int cut { get; set; }
Property Value
defaultMsisdnAlphaTag
public static int defaultMsisdnAlphaTag { get; set; }
Property Value
defaultVoiceMailAlphaTag
public static int defaultVoiceMailAlphaTag { get; set; }
Property Value
dialog_alert_title
public static int dialog_alert_title { get; set; }
Property Value
emptyPhoneNumber
public static int emptyPhoneNumber { get; set; }
Property Value
fingerprint_icon_content_description
public static int fingerprint_icon_content_description { get; set; }
Property Value
httpErrorBadUrl
public static int httpErrorBadUrl { get; set; }
Property Value
httpErrorUnsupportedScheme
public static int httpErrorUnsupportedScheme { get; set; }
Property Value
no
[Obsolete("Deprecated in JVM")]
public static int no { get; set; }
Property Value
ok
public static int ok { get; set; }
Property Value
paste
public static int paste { get; set; }
Property Value
paste_as_plain_text
public static int paste_as_plain_text { get; set; }
Property Value
search_go
public static int search_go { get; set; }
Property Value
selectAll
public static int selectAll { get; set; }
Property Value
selectTextMode
public static int selectTextMode { get; set; }
Property Value
status_bar_notification_info_overflow
[Obsolete("Deprecated in JVM")]
public static int status_bar_notification_info_overflow { get; set; }
Property Value
unknownName
public static int unknownName { get; set; }
Property Value
untitled
public static int untitled { get; set; }
Property Value
yes
[Obsolete("Deprecated in JVM")]
public static int yes { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for stringClass()
public static R.stringClass CreatePoolableInstance()