MBWhitelistCountryFilter
@objc
public class MBWhitelistCountryFilter : NSObject, MBCountryFilter
Class will return an array of countries that match the provided set of country codes.
-
Creates an instance of
MBWhitelistCountryFilterthat will filter out the countries not provided throughMBWhitelistCountryFilter.whitelistedCountryCodesparameter.Declaration
Swift
@objc public required init(whitelistedCountryCodes: Set<String>)Parameters
whitelistedCountryCodescountries that won’t be removed.
View on GitHub
Install in Dash
MBWhitelistCountryFilter Class Reference