MPISocial
public struct MPISocial : Codable
MPISocial
has different social media urls for an MPILocation
.
-
Website of the
MPILocation
- Example: “https://www.vans.ca/en_ca/homepage.html”
Declaration
Swift
public let website: String?
-
Twitter of the
MPILocation
- Example: “https://twitter.com/vans_66”,
Declaration
Swift
public let twitter: String?
-
Facebook of the
MPILocation
Declaration
Swift
public let facebook: String?
-
Instagram of the
MPILocation
Declaration
Swift
public let instagram: String?