Interface SheetUpdatedListener


public interface SheetUpdatedListener
This interface is for listening SheetControl events.
Since:
API Level 1.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResult(String updatedControlId, CustomSheet sheet)
    This callback is received when Controls are updated.
    In this callback, updateSheet() method must be called to update current payment sheet.