Interface IDeviceAnalyzerEvent
Assembly: FM.LiveSwitch.Android.dll
Syntax
public interface IDeviceAnalyzerEvent
Methods
OnDebugMessageLogged(String)
Declaration
void OnDebugMessageLogged(String s)
Parameters
| Type |
Name |
Description |
| String |
s |
|
OnErrorMessageLogged(String)
Declaration
void OnErrorMessageLogged(String s)
Parameters
| Type |
Name |
Description |
| String |
s |
|
OnErrorMessageLogged(String, Exception)
Declaration
void OnErrorMessageLogged(String s, Exception ex)
Parameters
| Type |
Name |
Description |
| String |
s |
|
| Exception |
ex |
|
OnInfoMessageLogged(String)
Declaration
void OnInfoMessageLogged(String s)
Parameters
| Type |
Name |
Description |
| String |
s |
|