java.lang.Object | |
↳ | com.samsung.android.knox.sdp.core.SdpCreationParamBuilder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Deprecated
in API level 33
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Deprecated
in API level 33
| |||||||||||
Deprecated
in API level 33
| |||||||||||
Deprecated
in API level 33
| |||||||||||
Deprecated
in API level 33
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Deprecated in API level 33
Construct a new SdpCreationParamBuilder object with the given parameters.
Usage:
        An application developer can use this constructor to create an instance of the object.
SdpCreationParamBuilder sdpCreationParamBuilder = new SdpCreationParamBuilder(alias, flags);
API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
API adds given domain to the privileged application list.
This list contains the applications allowed to create an SdpEngine
instance.
Usage:
        An application developer can use this API to add given domain to the privileged application list.
SdpCreationParamBuilder sdpCreationParamBuilder = new SdpCreationParamBuilder(alias, flags); sdpCreationParamBuilder.addPrivilegedApp(sdpDomain);
domain | SdpDomain object. |
---|
API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
Accessor for SdpCreationParam
.
SdpCreationParam
object.API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
API sets SdpEngine
to SDP MAJOR version.
API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
API sets SdpEngine
to SDP MINOR version.
API level 19 |
KNOX 2.6 |
User Scope |