C# Class MetaMediaPlugin.MediaImplementation

Inheritance: IMediaService
ファイルを表示 Open project: JC-Chris/XFExtensions

Public Methods

Method Description
MediaImplementation ( ) : System
PickPhotoAsync ( ) : Task
TakePhotoAsync ( ) : Task

Private Methods

Method Description
BuildGPSDataAsync ( ) : Task
CreateMetaMediaIntent ( string mediaType, string mediaAction ) : Android.Content.Intent
GetMediaAsync ( string mediaType, string mediaAction ) : Task
GetViewController ( ) : UIViewController
SavePhotoWithLocationAsync ( NSDictionary info ) : Task

Method Details

MediaImplementation() public method

public MediaImplementation ( ) : System
return System

PickPhotoAsync() public method

public PickPhotoAsync ( ) : Task
return Task

TakePhotoAsync() public method

public TakePhotoAsync ( ) : Task
return Task