Package net.gini.android.capture.review
Contains the Activity and Fragments used for the Review Screen.
Screen API
The preferred way of adding network calls to the Gini Capture SDK is by creating a net.gini.android.capture.GiniCapture instance with a net.gini.android.capture.network.GiniCaptureNetworkService and a net.gini.android.capture.network.GiniCaptureNetworkApi implementation.
Component API
To use the Component API you have to include the net.gini.android.capture.review.ReviewFragmentCompat in an Activity in your app (a dedicated Activity is recommended). To receive events from the Fragments your Activity must implement the net.gini.android.capture.review.ReviewFragmentListener interface.
Types
ReviewActivity
Link copied to clipboard
public class ReviewActivity extends AppCompatActivity implements ReviewFragmentListener, ReviewFragmentInterface
Content copied to clipboard
ReviewFragmentCompat
Link copied to clipboard
public class ReviewFragmentCompat extends Fragment implements FragmentImplCallback, ReviewFragmentInterface
Content copied to clipboard
ReviewFragmentHelper
Link copied to clipboard
final class ReviewFragmentHelper
Content copied to clipboard
ReviewFragmentImpl
Link copied to clipboard
ReviewFragmentInterface
Link copied to clipboard
public interface ReviewFragmentInterface
Content copied to clipboard
ReviewFragmentListener
Link copied to clipboard
public interface ReviewFragmentListener
Content copied to clipboard
RotatableImageViewContainer
Link copied to clipboard
RotatableTouchImageViewContainer
Link copied to clipboard
public class RotatableTouchImageViewContainer extends RotatableImageViewContainer
Content copied to clipboard