StayIn

data class StayIn(val countryCode: String) : CountryConfiguration

Keeps the navigation within the single defined country.

Parameters

countryCode

The country code in ISO-3166-1 Alpha-2 format.

Constructors

Link copied to clipboard
constructor(countryCode: String)

Properties

Link copied to clipboard