MutableAttributes

final class MutableAttributes
extension Google.UserPresenceSettingsTrait.MutableAttributes : TraitEncodable

Undocumented

  • The trait identifier.

    Declaration

    Swift

    static let identifier: String
  • Undocumented

    Declaration

    Swift

    var presenceOptIn: Bool?
  • Writes this object to the given TraitEncoder. Throws HomeError.encodingFailed if the data could not be encoded.

    Declaration

    Swift

    func encode(with encoder: TraitEncoder) throws