If the key was never explicitly set when building theStoreBytesData,
then the default keyBlockstoreClient.DEFAULT_BYTES_DATA_KEYis associated with thebytesand therefore will be returned.
public booleanshouldBackupToCloud()
Whether the bytes to be stored should be backed up to the cloud in the next
sync.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`StoreBytesData` manages data passed to Block Store, implementing `Parcelable` for data transfer. Key actions involve retrieving raw bytes via `getBytes()`, accessing associated keys with `getKey()`, and determining cloud backup status through `shouldBackupToCloud()`. Data can be written to a `Parcel` using `writeToParcel()`. It also has a `CREATOR` and provides a nested builder class called `StoreBytesData.Builder` to aid in constructing instances of the class.\n"]]