C# 클래스 AndroidPayQuickstart.Util

파일 보기 프로젝트 열기: apcurium/xamarin-bindings

공개 메소드들

메소드 설명
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