registerUsedAppFeature

fun registerUsedAppFeature(appFeatureCode: String?): Boolean

Adds an app feature code for reporting in the user agent header

Parameters

appFeatureCode

The app feature code


fun registerUsedAppFeature(appFeatureCode: String, user: UserAccount?)

Adds a per-user app feature code for reporting in the user agent header. Falls back to the global set when user is null.

Parameters

appFeatureCode

The app feature code

user

The user account to associate the feature with