terms

fun terms(context: Context): String

Retrieves the terms of the license.

This function retrieves the terms of the license from the LicenseService. It uses the provided Context instance to get the resources necessary for retrieving the terms. The function is synchronous and returns a String containing the terms of the license.

Return

A String containing the terms of the license.

Parameters

context

The Context instance. This is typically the current activity or application context from which this function is called. It is used to provide context for retrieving the license terms.