Since: API level 19
public class

SdpCreationParamBuilder

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.sdp.core.SdpCreationParamBuilder

Deprecated in API level 33

Class Overview

SdpCreationParam builder.

Since
API level 19
KNOX 2.6

Summary

Public Constructors
SdpCreationParamBuilder(String alias, int flags)
Deprecated in API level 33
Public Methods
void addPrivilegedApp(SdpDomain domain)
Deprecated in API level 33
SdpCreationParam getParam()
Deprecated in API level 33
void setMdfpp()
Deprecated in API level 33
void setMinor()
Deprecated in API level 33
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SdpCreationParamBuilder (String alias, int flags)

Since: API level 19

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);

 

Parameters
alias SdpEngine alias.
flags SdpEngine flags.
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope

Public Methods

public void addPrivilegedApp (SdpDomain domain)

Since: API level 19

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);

 

Parameters
domain SdpDomain object.
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope
See Also

public SdpCreationParam getParam ()

Since: API level 19

Deprecated in API level 33

Accessor for SdpCreationParam.

Returns
Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope
See Also

public void setMdfpp ()

Since: API level 19

Deprecated in API level 33

API sets SdpEngine to SDP MAJOR version.

Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope

public void setMinor ()

Since: API level 19

Deprecated in API level 33

API sets SdpEngine to SDP MINOR version.

Since
API level 19
KNOX 2.6
Multiuser Environment
User Scope