> For the complete documentation index, see [llms.txt](https://liquiidio.gitbook.io/unity-plugin-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liquiidio.gitbook.io/unity-plugin-suite/anchorlink/api-docs/anchorlinktransportsharp/storageproviders/anchorlinktransportsharp-src-storageproviders-playerprefsstorage.md).

# PlayerPrefsStorage

```
class AnchorLinkTransportSharp::Src::StorageProviders::PlayerPrefsStorage
  : public ILinkStorage
```

## Summary

| Members                                                                                                                                                                           | Descriptions |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| `public` [`PlayerPrefsStorage`](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1aad74a92e9fdc0c439ba20fac3e0ef4e8)`(string keyPrefix)` |              |
| `public Task` [`Write`](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1a6a9c4db24bc4ca8b492930e3af6a2c34)`(string key, string data)`  |              |
| `public Task< string >` [`Read`](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1a4289dc0a9df40425bce9129ffa8ea8da)`(string key)`      |              |
| `public Task` [`Remove`](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1aec4057c346c0b6ecff7bb12b6b08357c)`(string key)`              |              |
| `private readonly string` [`_keyPrefix`](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1a31ad2c41182eea0d903906583c3aa3e3)            |              |
| `private string` [`StorageKey`](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1ad3bc63c1ebf0fb06df5b8a10ddbaef30)`(string key)`       |              |

## Members

**`public`** [**`PlayerPrefsStorage`**](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1aad74a92e9fdc0c439ba20fac3e0ef4e8)**`(string keyPrefix)`**

**`public Task`** [**`Write`**](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1a6a9c4db24bc4ca8b492930e3af6a2c34)**`(string key, string data)`**

**`public Task< string >`** [**`Read`**](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1a4289dc0a9df40425bce9129ffa8ea8da)**`(string key)`**

**`public Task`** [**`Remove`**](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1aec4057c346c0b6ecff7bb12b6b08357c)**`(string key)`**

**`private readonly string`** [**`_keyPrefix`**](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1a31ad2c41182eea0d903906583c3aa3e3)

**`private string`** [**`StorageKey`**](#class_anchor_link_transport_sharp_1_1_src_1_1_storage_providers_1_1_player_prefs_storage_1ad3bc63c1ebf0fb06df5b8a10ddbaef30)**`(string key)`**
