java.lang.Object | |
↳ | com.samsung.android.knox.sdp.core.SdpDomain |
Deprecated in API level 33
Defines the domain to applications for accessing SDP features.
API level 19 |
KNOX 2.6 |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Deprecated
in API level 33
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 SdpDomain object with the given parameters.
Usage:
        An application developer can use this constructor to create an instance of the object.
SdpDomain sdpDomain = new SdpDomain(alias, packageName);
alias | A unique String identifier for SdpEngine . |
---|---|
pkgName | Application package name. |
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 application package name.
API level 19 |
KNOX 2.6 |
User Scope |
Deprecated in API level 33
API represents SdpDomain object in a String
format.
Usage:
        An application developer can use this API to get the SdpDomain object in a String
format.
SdpDomain sdpDomain = new SdpDomain(alias, packageName); Log.d(TAG, "SdpDomain : " + sdpDomain.toString());
String
representation of the SdpDomain object.API level 19 |
KNOX 2.6 |
User Scope |