C# Class MonkeyApp.Droid.TextToSpeech_Droid

Inheritance: Java.Lang.Object, ITextToSpeech, TextToSpeech.IOnInitListener
显示文件 Open project: jamesmontemagno/MonkeysApp-Workshop

Public Methods

Method Description
OnInit ( OperationResult status ) : void
Speak ( string text ) : void
TextToSpeech_Droid ( ) : System.Collections.Generic

Method Details

OnInit() public method

public OnInit ( OperationResult status ) : void
status OperationResult
return void

Speak() public method

public Speak ( string text ) : void
text string
return void

TextToSpeech_Droid() public method

public TextToSpeech_Droid ( ) : System.Collections.Generic
return System.Collections.Generic