Skip to main content
JavaScript
Smile.rewardFulfillments.preloaded();

Documentation Index

Fetch the complete documentation index at: https://dev.smile.io/llms.txt

Use this file to discover all available pages before exploring further.

This method retrieves a list of preloaded reward fulfillments from the cache, without making an API call. Refer to preloading resources to learn how to refresh the value.
For this method to return a value, reward fulfillments must first be preloaded . If you want to retrieve live values from the API, use the Smile.rewardFulfillments.get() method instead.

Returns

This method returns an array of reward fulfillment objects. If reward fulfillments have not been preloaded, null is returned.