Class SystemError
[Register("io/scanbot/sdk/ui_v2/common/activity/SystemError", DoNotGenerateAcw = true)]
public sealed class SystemError : CloseReason, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
SystemError
- Implements
- Inherited Members
Constructors
SystemError(string)
[Register(".ctor", "(Ljava/lang/String;)V", "")]
public SystemError(string message)
Parameters
message
string
Properties
Message
public string Message { get; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()
Returns
Copy(string)
[Register("copy", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/activity/SystemError;", "")]
public SystemError Copy(string message)
Parameters
message
string