CBFS Vault 2020 Android Edition

Questions / Feedback?

CallbackMode Property

Whether the component should operate in callback mode.

Syntax

public boolean isCallbackMode();
public void setCallbackMode(boolean callbackMode);

Remarks

This property specifies whether the component should operate in callback mode, causing all vault access to be performed via the events listed below. Please refer to the Callback Mode topic for more information.

When this property is enabled, the following events must all be implemented in order for the component to function correctly:

Note: This property cannot be changed when Active is true, and cannot be changed within events.

Default Value

False

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 Android Edition - Version 20.0 [Build 8237]