3import java.util.ArrayList;
void setAllCountries(ArrayList< String > allCountries)
Set all available countries on web server.
ArrayList< String > allCountries
void setHash(String hash)
Set hash algorithm.
void setIncludedTollFree(boolean includedTollfree)
Set the incoming call numbers including toll-free number.
String getHash()
Get hash algorithm.
ArrayList< String > getAllCountries()
Get all available countries configured in web server.
void setSelectedCountries(ArrayList< String > selectedCountries)
Set the countries selected by user.
ArrayList< String > getSelectedCountries()
Get the countries selected by user.
ArrayList< String > selectedCountries
MobileRTCDialInCountry(String hash, boolean includedTollfree, ArrayList< String > selectedCountries, ArrayList< String > allCountries)
Create an instance for the MobileRTCDialinCountry.
boolean isIncludedTollFree()
Query if the toll-free number is included in the list of dialing in.