MBBlacklistCountryFilter
@objc
public class MBBlacklistCountryFilter : NSObject, MBCountryFilter
Class will return an array of countries that don’t match the provided set of country codes.
-
Creates an instance of
MBBlacklistCountryFilterthat will filter out the countries provided throughMBBlacklistCountryFilter.blacklistedCountryCodesparameter.Declaration
Swift
@objc public required init(blacklistedCountryCodes: Set<String>)Parameters
blacklistedCountryCodescountries that will be removed
View on GitHub
Install in Dash
MBBlacklistCountryFilter Class Reference