MsdkExperimentalApi

annotation class MsdkExperimentalApi(val message: String)

Marks MSDK API declarations which are considered experimental.

Take care when using such declaration as no compatibility guarantees are provided, as the signatures and semantics may change.

The annotation instance will be removed from the declaration once it is incorporated into the stable public MSDK API.

Properties

Link copied to clipboard