# SDK methods

{% hint style="info" %}
The terms *Customer* and *User* are sometimes used in this documentation interchangeably, and they both refer to the app user
{% endhint %}

### List of methods

<table><thead><tr><th width="302.51181102362204">Method</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/e1LCxejlo5BJEhNC3w46">initC4w</a></td><td>Initialize the SDK and updates certain Customer attributes at every login</td></tr><tr><td><a href="/pages/YvSQTs9QqfY4SPolhecw">createCustomer</a></td><td>Initializes the customer object in the Cloud4Wi account</td></tr><tr><td><a href="/pages/UGi5Ptfumct70EYDCgOC">setupCustomer</a></td><td>Create empty customer with default policies</td></tr><tr><td><a href="/pages/sCzpyEUXDyZGh9hKQ8Xy">createWPA2EnterpriseProfile</a></td><td>Triggers the installation of a WPA2-Enterprise Wi-Fi profile in the device</td></tr><tr><td><a href="/pages/0SnznuXdrMmpCA3ecdHV">createPasspointProfile</a></td><td>Triggers the installation of a Passpoint Wi-Fi profile in the device</td></tr><tr><td><a href="/pages/X9KOmywFAuyrDP4MeLGV">getCreatedWPA2EnterpriseProfiles</a></td><td>Returns list of WPA2-Enterprise Profiles initialized on the device</td></tr><tr><td><a href="/pages/mlfKEkstZltoYRZe8z9e">getCreatedPasspointProfile</a></td><td>Returns list of Passpoint Profiles initialized on the device</td></tr><tr><td><a href="/pages/aT1Kl8xzCK6xhjP8xbQh">getCustomerId</a></td><td>Returns the identified of the customer created/logged with Cloud4wi Wifi SDK</td></tr><tr><td><a href="/pages/pXi6W8vdi1t8iE6vJaMQ">getCustomerInfo</a></td><td>Retrieve customer profile by username/password</td></tr><tr><td><a href="/pages/NlQcMD4CLFuDESFblIsn">updateCustomer</a></td><td>Update the Customer attributes</td></tr><tr><td><a href="/pages/SnrOlLmm5Fq3t1e38HRj">updateCustomerInfo</a></td><td>Update a Customer metadata</td></tr><tr><td><a href="/pages/KpxMInlbv9uelqT3rUZC">checkIfCustomerExists</a></td><td>Search a Customer by customer properties</td></tr><tr><td><a href="/pages/JSVNwHr0VQgEO1WtZy5g">getListOfPolicies</a></td><td>Get the list of policies configured in the Cloud4Wi account</td></tr><tr><td><a href="/pages/GTrTgoGB1dvV7oUp8qp1">setAPIAuthParams</a></td><td>Set SDK authentication parameters</td></tr><tr><td><a href="/pages/sH9UdWWxazcxzvAgIZoS">setInterlinkedC4WIMobileSDKApplications</a></td><td>Configure the list of applications to be interlinked with the current application</td></tr><tr><td><a href="/pages/PIVDteNfiINyRN2kGbL9">getInterlinkedC4WIMobileSDKApplications</a></td><td>Get the applications interlinked with the current one</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/android/sdk-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
