Edit in GitHubLog an issue

Variable: default

Copied to your clipboard
default: object;

Type declaration

initialize()

Copied to your clipboard
initialize: (hostInfo, configParams?, authOption?, clientAuthProvider?) => Promise<CCEverywhere>;

This is the main API which is used for initializing the SDK. Please ensure to call this API only once.

Parameters

ParameterTypeDescription
hostInfo
configParams?
authOption?
authentication configuration
clientAuthProvider?
client authentication provider for fetching client authentication details.

Returns

Promise<CCEverywhere>

Promise with CCEverywhere object which can be used to call other APIs of SDK.

terminate()

Copied to your clipboard
terminate: () => boolean;

Terminates the active instance of CCEverywhere. This method will return false if there is no active CCEverywhere instance.

Returns

boolean

true on successful termination

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.