enableCBSNetworkCapability

open fun enableCBSNetworkCapability(enabled: Boolean): STWConfiguration.Builder

Sets whether the app must use CBS network capability. Please note that the CBS capability can work only on Devices running Android OS >=9 and only available for system applications.

Return

Builder This Builder object to allow for chaining of calls to set methods. Method is now deprecated. Use instead method : enableRestrictedNetworkCapability

Parameters

enabled

Boolean true to enable the CBS capability if possible.