Package com.motorro.keeplink.uri.data
Data objects to represent URI components
Types
Link copied to clipboard
Returns component value
Link copied to clipboard
Has URI hash
Link copied to clipboard
Has URI path
Link copied to clipboard
abstract class PshComponents : PathComponent, SearchComponent, HashComponent
Content copied to clipboard
Path/Search/Hash components
Link copied to clipboard
class PshComponentsImpl( var mPath: Array<String>? = null, var mSearch: Array<Param>? = null, var mHash: String? = null) : PshComponents
Content copied to clipboard
Data storage for deserializer
Link copied to clipboard
Has URI search