DeleteSessionCacheObject
Deletes the named JSON object from the session cache.
Method Parameters
Parameter | Description |
---|---|
key | The name of object to delete |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
var myAddressObject = bridge.deleteSessionCacheObject("address");
// Cloud Code only. To view example, switch to the Cloud Code tab