Constants

The following constants are available globally.

  • Use this pointer as a dictionary value in the ARTClientOptions.agents property and the ARTClientInformation.additionalAgents method to indicate that an agent does not have a version.

    Declaration

    Objective-C

    extern NSString *const _Nonnull ARTClientInformationAgentNotVersioned

    Swift

    let ARTClientInformationAgentNotVersioned: String
  • Set this key in ARTClientOptions.plugins to AblyLiveObjects.Plugin.self after adding this package’s AblyLiveObjects product to your target and importing the AblyLiveObjects module, in order to enable LiveObjects functionality.

    Declaration

    Objective-C

    extern const ARTPluginName _Nonnull ARTPluginNameLiveObjects

    Swift

    static let liveObjects: ARTPluginName