C# Class CognitiveServicesDemo.Droid.MainActivity

Inheritance: global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
Exibir arquivo Open project: builttoroam/BuildIt

Public Methods

Method Description
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

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Method Details

OnAudioEvent() public method

* 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.
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnError() public method

public OnError ( int p0, string p1 ) : void
p0 int
p1 string
return void

OnIntentReceived() public method

Called when a final response is received and its intent is parsed
public OnIntentReceived ( string p0 ) : void
p0 string P0.
return void

OnPartialResponseReceived() public method

public OnPartialResponseReceived ( string p0 ) : void
p0 string
return void

WriteLine() public method

public WriteLine ( string s = "" ) : void
s string
return void