PlanetKitSubgroupPeerUpdateType

@objc
@frozen
public enum PlanetKitSubgroupPeerUpdateType : Int
extension PlanetKitSubgroupPeerUpdateType: CustomStringConvertible

An enumeration representing the type of peer update for a subgroup.

  • No peer update.

    Declaration

    Swift

    case none
  • Public peer update.

    Declaration

    Swift

    case `public`
  • Private peer update.

    Declaration

    Swift

    case `private`

CustomStringConvertible

  • A textual representation of PlanetKitSubgroupPeerUpdateType instance.

    Declaration

    Swift

    public var description: String { get }