The outcome of a fetchVariables call.

interface CleverTapFetchResult {
    success: boolean;
}

Properties

Properties

success: boolean

true when the server sync succeeded; false on failure or when CleverTap is disabled.