public class HostInfoSpecifiedBase : Codable
extension HostInfoSpecifiedBase: CCEverywhereTypesValidationProvider
extension HostInfoSpecifiedBase: Equatable
Host application information for SDK initialization.
## Properties
clientId: Host Client ID from Developer Console (3rd party) or IMSS portal (1st party)appName: Host Application NameappVersion: Host Application version for analytics and debuggingplatformCategory: Platform type (defaults to MOBILE)isFirstPartyHost: Whether this is a first-party Adobe application
[init(clientId:appName:appVersion:isFirstPartyHost:)](#/s:9embed_sdk21HostInfoSpecifiedBaseC8clientId7appName0I7Version012isFirstPartyC0ACSSSg_AhA0K0VSgSbSgtcfc)
Undocumented
Swift
public init(
clientId: String?,
appName: String?,
appVersion: Version?,
isFirstPartyHost: Bool? = false
)
[init(from:)](#/s:Se4fromxs7Decoder_p_tKcfc)
Swift
public required init(from decoder: any Decoder) throws
[==(_:_:)](#/s:SQ2eeoiySbx_xtFZ)
Swift
public static func == (
lhs: HostInfoSpecifiedBase,
rhs: HostInfoSpecifiedBase
) -> Bool