C# Class CognitiveServicesDemo.Droid.MainActivity

Inheritance: global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Method Details

OnAudioEvent() public méthode

* 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.
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnError() public méthode

public OnError ( int p0, string p1 ) : void
p0 int
p1 string
Résultat void

OnIntentReceived() public méthode

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

OnPartialResponseReceived() public méthode

public OnPartialResponseReceived ( string p0 ) : void
p0 string
Résultat void

WriteLine() public méthode

public WriteLine ( string s = "" ) : void
s string
Résultat void