Class

LocationSourceInformation

Source information about composable function call locations inside parent group.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@ComposeToolingApi
public class LocationSourceInformation(
    public val lineNumber: Int,
    public val offset: Int,
    public val length: Int,
    public val isRepeatable: Boolean,
)

Source information about composable function call locations inside parent group.