C# Class KidoZen.Marketplace

Afficher le fichier Open project: kidozen/kido-xamarin Class Usage Examples

Méthodes publiques

Méthode Description
GetApplication ( string name ) : Task>

Gets the application's information.

GetApplicationNames ( ) : Task>

Gets all application's names from the marketplace

GetApplications ( ) : Task>

Gets all applications from the marketplace

GetUserApplicationNames ( ) : Task>

Gets all application's names that were installed by the authenticated user.

GetUserApplications ( ) : Task>

Gets all applications installed by the authenticated user.

Private Methods

Méthode Description
Marketplace ( KZApplication app, Uri endpoint ) : Newtonsoft.Json.Linq
QueryApplications ( string name = null ) : Task>

Method Details

GetApplication() public méthode

Gets the application's information.
public GetApplication ( string name ) : Task>
name string Required. Application names
Résultat Task>

GetApplicationNames() public méthode

Gets all application's names from the marketplace
public GetApplicationNames ( ) : Task>
Résultat Task>

GetApplications() public méthode

Gets all applications from the marketplace
public GetApplications ( ) : Task>
Résultat Task>

GetUserApplicationNames() public méthode

Gets all application's names that were installed by the authenticated user.
public GetUserApplicationNames ( ) : Task>
Résultat Task>

GetUserApplications() public méthode

Gets all applications installed by the authenticated user.
public GetUserApplications ( ) : Task>
Résultat Task>