C# Class ExterniUredjajKlijentApp.Uposlenici.Helper.CameraHelper

Inheritance: INotifyPropertyChanged
Show file Open project: ooad-2015-2016/Obavijesti Class Usage Examples

Public Properties

Property Type Description
internalStatus string

Public Methods

Method Description
CameraHelper ( CaptureElement previewControl ) : System
InitializeCameraAsync ( ) : System.Threading.Tasks.Task
TakePhotoAsync ( Action callback ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnNotifyPropertyChanged ( [ memberName = "" ) : void

Private Methods

Method Description
StartPreviewAsync ( ) : System.Threading.Tasks.Task

Method Details

CameraHelper() public method

public CameraHelper ( CaptureElement previewControl ) : System
previewControl Windows.UI.Xaml.Controls.CaptureElement
return System

InitializeCameraAsync() public method

public InitializeCameraAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnNotifyPropertyChanged() protected method

protected OnNotifyPropertyChanged ( [ memberName = "" ) : void
memberName [
return void

TakePhotoAsync() public method

public TakePhotoAsync ( Action callback ) : System.Threading.Tasks.Task
callback Action
return System.Threading.Tasks.Task

Property Details

internalStatus public property

public string internalStatus
return string