Since: API level 37
public interface

ICertProvisionListener

com.samsung.android.knox.zt.devicetrust.cert.ICertProvisionListener

Class Overview

This interface provides an interface for Certificate Provision Listener

Summary

Public Methods
abstract void onError(int errorCode, String description)
Called when the task regarding certificate provision error occurred
abstract void onStatusChange(String status, String detail)
Called when the task regarding certificate provision state changed
abstract void onSuccess(Bundle result)
Called when the task regarding certificate provision completes successfully

Public Methods

public abstract void onError (int errorCode, String description)

Since: API level 37

Called when the task regarding certificate provision error occurred

Parameters
errorCode passed with zero if error occurred
description passed with description if error occurred
Since
API level 37
KNOX 3.10

public abstract void onStatusChange (String status, String detail)

Since: API level 37

Called when the task regarding certificate provision state changed

Parameters
status passed status if provision ceritifcate status changed
detail passed detail if provision ceritifcate status changed
Since
API level 37
KNOX 3.10

public abstract void onSuccess (Bundle result)

Since: API level 37

Called when the task regarding certificate provision completes successfully

Parameters
result passed with bundle if provision certificate succeed
Since
API level 37
KNOX 3.10