C# Class MetaMediaPlugin.MediaImplementation

Inheritance: IMediaService
Afficher le fichier Open project: JC-Chris/XFExtensions

Méthodes publiques

Méthode Description
MediaImplementation ( ) : System
PickPhotoAsync ( ) : Task
TakePhotoAsync ( ) : Task

Private Methods

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

public MediaImplementation ( ) : System
Résultat System

PickPhotoAsync() public méthode

public PickPhotoAsync ( ) : Task
Résultat Task

TakePhotoAsync() public méthode

public TakePhotoAsync ( ) : Task
Résultat Task