Since: API level 19
public abstract class

SdpStateListener

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.sdp.SdpStateListener

Deprecated in API level 33

Class Overview

Used by privileged application to intercept SdpEngine state changes.

Since
API level 19
KNOX 2.6

Summary

Public Constructors
SdpStateListener()
Public Methods
void onEngineRemoved()
Deprecated in API level 33
void onStateChange(int state)
Deprecated in API level 33
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SdpStateListener ()

Since: API level 19

Public Methods

public void onEngineRemoved ()

Since: API level 19

Deprecated in API level 33

API callback for SdpEngine removed event.

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

public void onStateChange (int state)

Since: API level 19

Deprecated in API level 33

API callback for SdpEngine state changed event.

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