unregisterUsedAppFeature

fun unregisterUsedAppFeature(appFeatureCode: String?): Boolean

Removes an app feature code from reporting in the user agent header

Parameters

appFeatureCode

The app feature code


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

Removes a per-user app feature code from 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 remove the feature from