Since: API level 34
public interface

PeripheralResultListener

com.samsung.android.knox.ex.peripheral.PeripheralResultListener

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

Class Overview

Used by privileged application to get result from PeripheralManager functions

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 onSuccess(Bundle bundle)
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 operation has failed.

Parameters
errorCode error Code
description error description
Since
API level 34
KNOX 3.7.1

public abstract void onSuccess (Bundle bundle)

Since: API level 34

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

API callback for PeripheralManager. invoked when operation has succeeded.

Parameters
bundle result data
Since
API level 34
KNOX 3.7.1