C# Класс AndroidPayQuickstart.Util

Показать файл Открыть проект

Открытые методы

Метод Описание
FormatAddress ( Android.Content.Context context, Address address ) : string
FormatPaymentDescriptions ( MaskedWallet maskedWallet ) : string
FormatPrice ( Android.Content.Context context, long priceMicros ) : string

Описание методов

FormatAddress() публичный статический Метод

public static FormatAddress ( Android.Content.Context context, Address address ) : string
context Android.Content.Context
address Address
Результат string

FormatPaymentDescriptions() публичный статический Метод

public static FormatPaymentDescriptions ( MaskedWallet maskedWallet ) : string
maskedWallet MaskedWallet
Результат string

FormatPrice() публичный статический Метод

public static FormatPrice ( Android.Content.Context context, long priceMicros ) : string
context Android.Content.Context
priceMicros long
Результат string