Skip to content

pangpanglabs/pos-xamarin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pos-xamarin

Pangpang POS Client using Xamarin.Forms.

How to use PosSDK

Get PosSDK Service:

PosSDK PosSDK => DependencyService.Get<PosSDK>();

Call API

var result = await PosSDK.CallAPI<Account>("/account/login", new
{
    tenant = this.Tenant,
    username = this.Username,
    password = this.Password,
});
if (result.Success == true)
{
    /* success */
}
else
{
    /* fail */
{

About

Pangpang POS Client using Xamarin.Forms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages