Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
Version specifies the version of an iOS device.
func ParseVersion ¶
ParseVersion parses the major.minor version for an iOS device.
func (Version) Equal ¶
Equal returns true if the iOS device version is equal to the desired major and minor version, using semantic versioning.
func (Version) EqualOrGreater ¶
EqualOrGreater returns true if the iOS device version is equal or greater to the desired version, using semantic versioning.
type VersionClassification ¶
type VersionClassification int
VersionClassification describes iOS version classifications which are important to Prebid Server.
const ( VersionUnknown VersionClassification = iota Version140 Version141 Version142OrGreater )
Values of VersionClassification.
func DetectVersionClassification ¶
func DetectVersionClassification(v string) VersionClassification
DetectVersionClassification detects the iOS version classification.
Click to show internal directories.
Click to hide internal directories.