C# Class AndroidPayQuickstart.Util

Afficher le fichier Open project: apcurium/xamarin-bindings

Méthodes publiques

Méthode Description
FormatAddress ( Android.Content.Context context, Address address ) : string
FormatPaymentDescriptions ( MaskedWallet maskedWallet ) : string
FormatPrice ( Android.Content.Context context, long priceMicros ) : string

Method Details

FormatAddress() public static méthode

public static FormatAddress ( Android.Content.Context context, Address address ) : string
context Android.Content.Context
address Address
Résultat string

FormatPaymentDescriptions() public static méthode

public static FormatPaymentDescriptions ( MaskedWallet maskedWallet ) : string
maskedWallet MaskedWallet
Résultat string

FormatPrice() public static méthode

public static FormatPrice ( Android.Content.Context context, long priceMicros ) : string
context Android.Content.Context
priceMicros long
Résultat string