Since: API level 34
public interface

PeripheralInfoListener

com.samsung.android.knox.ex.peripheral.PeripheralInfoListener

Deprecated in API level 37
NOTE: This Class is not available since Android 15.

Class Overview

Used by privileged application to get peripheral information

Since
API level 34
KNOX 3.7.1

Summary

Public Methods
abstract void onFail(int errorCode, String description)
Deprecated in API level 37
NOTE: This API is not available since Android 15.
abstract void onReceive(Bundle data)
Deprecated in API level 37
NOTE: This API is not available since Android 15.
abstract void onSuccess()
Deprecated in API level 37
NOTE: This API is not available since Android 15.

Public Methods

public abstract void onFail (int errorCode, String description)

Since: API level 34

Deprecated in API level 37
NOTE: This API is not available since Android 15.

API callback for PeripheralManager. invoked when listener registration has failed.

Since
API level 34
KNOX 3.7.1

public abstract void onReceive (Bundle data)

Since: API level 34

Deprecated in API level 37
NOTE: This API is not available since Android 15.

API callback for PeripheralManager.

Parameters
data information bundle invoked when information is received.
Since
API level 34
KNOX 3.7.1

public abstract void onSuccess ()

Since: API level 34

Deprecated in API level 37
NOTE: This API is not available since Android 15.

API callback for PeripheralManager. invoked when listener registration has succeeded.

Since
API level 34
KNOX 3.7.1