C# Class KidoZen.Marketplace

Datei anzeigen Open project: kidozen/kido-xamarin Class Usage Examples

Public Methods

Method 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

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

Method Details

GetApplication() public method

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

GetApplicationNames() public method

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

GetApplications() public method

Gets all applications from the marketplace
public GetApplications ( ) : Task>
return Task>

GetUserApplicationNames() public method

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

GetUserApplications() public method

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