UnknownIdentifier

@objcMembers
public class UnknownIdentifier : NSObject, CommunicationIdentifier

Catch-all for all other Communication identifiers for Communication Services It is not advisable to rely on this type of identifier, as UnknownIdentifier could become a new or existing distinct type in the future.

  • Undocumented

    Declaration

    Swift

    public var rawId: String { get }
  • Undocumented

    Declaration

    Swift

    public var kind: IdentifierKind { get }
  • Undocumented

    Declaration

    Swift

    public let identifier: String
  • Creates a UnknownIdentifier object

    Declaration

    Swift

    @objc(initWithIdentifier:)
    public init(_ identifier: String)

    Parameters

    identifier

    identifier representing the object identity