java.lang.Object | |
↳ | com.samsung.android.knox.sdp.core.SdpCreationParam |
Deprecated in API level 33
SdpEngine
creation parameters.
API level 19 |
KNOX 2.6 |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
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
| |||||||||||
From interface
android.os.Parcelable
|
Deprecated in API level 33
Construct a new SdpCreationParam object with the given parameters.
Usage:
        An application developer can use this constructor to create an instance of the object.
SdpCreationParam sdpCreationParam = new SdpCreationParam(alias, flags, privilegedApps);
alias | SdpEngine alias. |
---|---|
flags | SdpEngine flags. |
privilegedApps | List of applications privileged to perform SDP operations(i.e. lock/unlock SdpEngine ). |
API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
Accessor for SdpEngine
alias.
SdpEngine
alias.API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
Accessor for SdpEngine
flags.
SdpEngine
flags.API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
Accessor for privileged applications allowed to create SdpEngine
instance.
SdpDomain
.API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
API represents SpdCreationParam object in a String
format.
Usage:
        An application developer can use this API to get the SdpCreationParam object in a String
format.
SdpCreationParam sdpCreationParam = new SdpCreationParam(alias, flags, privilegedApps); Log.d(TAG, "SdpCreationParam : " + sdpCreationParam.toString());
String
representation of the SdpCreationParam object.API level 19 |
KNOX 2.6 |
User Scope |