FacebookAgeRange

public struct FacebookAgeRange : Codable

Information about the subject’s age range. See: https://developers.facebook.com/docs/graph-api/reference/user/

  • min

    The subject’s age range minimum bound. Their age will be greater than or equal to this value.

    Declaration

    Swift

    public let min: Int?
  • max

    The subject’s age range maximum bound. Their age will be less than or equal to this value.

    Declaration

    Swift

    public let max: Int?