PropertiesApiV0

internal open class PropertiesApiV0(authenticatedNetworkClient: AuthenticatedNetworkClient) : PropertiesApi

Inheritors

Constructors

Link copied to clipboard
internal constructor(authenticatedNetworkClient: AuthenticatedNetworkClient)

Functions

Link copied to clipboard
open suspend override fun deleteProperty(propertyKey: <Error class: unknown class>): NetworkResponse<Unit>
Link copied to clipboard
open suspend override fun setProperty(propertyKey: <Error class: unknown class>, propertyValue: Any): NetworkResponse<Unit>