Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 919 Bytes

interface.md

File metadata and controls

23 lines (12 loc) · 919 Bytes

Pocket Dimension Interface

Types

Dimension The Dimension is a value you provide used to group data. Generally, you'll provide the module name as the dimension such as messaging but realistically you can provide any String value.

DimensionQuery Dimension queries support the following query types...TODO

Pocket Dimension Interface

PocketDimension::add_data Used to add data to PocketDimension in relation to the Modules.

PocketDimension::get_data Used to obtain list of Data in relation to the Modules.

PocketDimension::size Returns the total size of Data in relation to the Modules.

PocketDimension::count Returns the count of Data in relation to the Modules within PocketDimension.

PocketDimension::empty Flushes out the Data related to Modules