Other Classes
The following classes are available globally.
-
View model class for bank selection screen
Declaration
Swift
public class BankProviderViewModel : NSObject
-
The
See moreGiniColor
class allows to customize color for the light and the dark modes.Declaration
Swift
@objc public class GiniColor : NSObject
-
Core class for Gini Health SDK.
See moreDeclaration
Swift
@objc public final class GiniHealth : NSObject
-
The
GiniHealthConfiguration
class allows customizations to the look of the Gini Health SDK. If there are limitations regarding which API can be used, this is clearly stated for the specific attribute.Note
Text can also be set by using the appropriate keys in aLocalizable.strings
file in the projects bundle. The library will prefer whatever value is set in the following order: attribute in configuration, key in strings file in project bundle, key in strings file inGiniHealth
bundle.Note
Images can only be set by providing images with the same filename in an assets file or as individual files in the projects bundle. The library will prefer whatever value is set in the following order: asset file in project bundle, asset file inGiniHealth
bundle. See the avalible images for overriding inGiniImages.xcassets
.Declaration
Swift
public final class GiniHealthConfiguration : NSObject
-
Provides a way to set all possible font weights used in the GiniHealth SDK.
Possible weights:
- regular
- bold
- light
- thin
Declaration
Swift
public class GiniFont : NSObject
-
View model class for review screen
See moreDeclaration
Swift
public class PaymentReviewModel : NSObject
-
Undocumented
See moreDeclaration
Swift
public final class PaymentReviewViewController : UIViewController, UIGestureRecognizerDelegate
extension PaymentReviewViewController: UITextFieldDelegate
extension PaymentReviewViewController: UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout
-
Undocumented
See moreDeclaration
Swift
open class ZoomedImageView : UIScrollView
extension ZoomedImageView: UIScrollViewDelegate