This object is specific to the Nami Apple SDK and Apple's process for restoring purchases. Each state is one that can be reacted to with .
@objc public enum NamiRestorePurchasesState: Int {
case started
case finished
case error
}
This object is specific to the Nami Apple SDK and Apple's process for restoring purchases. Each state is one that can be reacted to with .
@objc public enum NamiRestorePurchasesState: Int {
case started
case finished
case error
}