C# 클래스 VoiceCamera.CameraFragment.ChoiceRequest

상속: VoiceInteractor.PickOptionRequest
파일 보기 프로젝트 열기: jamesmontemagno/MarshmallowSamples

공개 메소드들

메소드 설명
ChoiceRequest ( CameraFragment frag, VoiceInteractor prompt, Option choices ) : System
OnCancel ( ) : void
OnPickOptionResult ( bool finished, Option selections, Bundle result ) : void

메소드 상세

ChoiceRequest() 공개 메소드

public ChoiceRequest ( CameraFragment frag, VoiceInteractor prompt, Option choices ) : System
frag CameraFragment
prompt VoiceInteractor
choices Option
리턴 System

OnCancel() 공개 메소드

public OnCancel ( ) : void
리턴 void

OnPickOptionResult() 공개 메소드

public OnPickOptionResult ( bool finished, Option selections, Bundle result ) : void
finished bool
selections Option
result Bundle
리턴 void