Android
VolumeInfo

The VolumeInfo help to explain to the end user what Volume payment method is.

This is suitable to be placed in the checkout flow of your application if you for example have multiple payment options available to your customers and you wish to explain to them what Volume is.

Volume Selector

Usage

Initialize the VolumeProvider class in exactly the same way as with the regular Volume Button

Add a widget to your application where you wish to render the Volume info icon.

    <com.volume.sdk.payment.VolumeInfoView
        android:id="@+id/volumeInfoView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:volume_info_color="@color/black"
   />

Properties

VolumeInfoView properties

Properties

keytypeexampledescription
colorColorColor(0xFF000000)The Color of VolumeInfo. Default value is black