Product
public class Product : UserProductAPI
Gives you access to product related information for a user
-
Retrieve the user product data.
Declaration
Swift
@discardableResult public func fetch(productID: String, completion: @escaping (Result<UserProduct, ClientError>) -> Void) -> TaskHandleParameters
productIDwhich product to fetch information for
completiona callback that receives the UserProduct or an error.
View on GitHub
Product Class Reference