public class PayjpAcceptedBrandsView
List of enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.
| コンストラクタと説明 |
|---|
PayjpAcceptedBrandsView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)
List of
enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands. |
PayjpAcceptedBrandsView(android.content.Context context,
android.util.AttributeSet attrs)
List of
enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands. |
PayjpAcceptedBrandsView(android.content.Context context)
List of
enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<jp.pay.android.model.CardBrand> |
getAcceptedBrands()
Return brand list.
|
void |
setAcceptedBrands(java.util.List<? extends jp.pay.android.model.CardBrand> brands)
Set brand list.
|
@JvmOverloads
public PayjpAcceptedBrandsView(@NotNull
android.content.Context context,
@Nullable
android.util.AttributeSet attrs,
int defStyle)
List of enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.
@JvmOverloads
public PayjpAcceptedBrandsView(@NotNull
android.content.Context context,
@Nullable
android.util.AttributeSet attrs)
List of enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.
@JvmOverloads
public PayjpAcceptedBrandsView(@NotNull
android.content.Context context)
List of enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.