C# Класс CognitiveServicesDemo.Droid.MainActivity

Наследование: global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
Показать файл Открыть проект

Открытые методы

Метод Описание
OnAudioEvent ( bool p0 ) : void

* Called when the microphone status has changed. * @param recording The current recording state

OnError ( int p0, string p1 ) : void
OnIntentReceived ( string p0 ) : void

Called when a final response is received and its intent is parsed

OnPartialResponseReceived ( string p0 ) : void
WriteLine ( string s = "" ) : void

Защищенные методы

Метод Описание
OnCreate ( Bundle bundle ) : void

Описание методов

OnAudioEvent() публичный Метод

* Called when the microphone status has changed. * @param recording The current recording state
public OnAudioEvent ( bool p0 ) : void
p0 bool If set to true p0.
Результат void

OnCreate() защищенный Метод

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Результат void

OnError() публичный Метод

public OnError ( int p0, string p1 ) : void
p0 int
p1 string
Результат void

OnIntentReceived() публичный Метод

Called when a final response is received and its intent is parsed
public OnIntentReceived ( string p0 ) : void
p0 string P0.
Результат void

OnPartialResponseReceived() публичный Метод

public OnPartialResponseReceived ( string p0 ) : void
p0 string
Результат void

WriteLine() публичный Метод

public WriteLine ( string s = "" ) : void
s string
Результат void