RLMProviderClient

Objective-C

@interface RLMProviderClient : NSObject

Swift

@_nonSendable(_assumed) class RLMProviderClient : NSObject, @unchecked Sendable

Base provider client interface.

  • app

    The app associated with this provider client.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) RLMApp *_Nonnull app;

    Swift

    var app: RLMApp { get }