Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 547 Bytes

store.markdown

File metadata and controls

22 lines (14 loc) · 547 Bytes

device.store

 
Type String
Library device.*
Keywords store
See also Sample code

Overview

This property is the name of the store used for in-app purchases by this device.

Example

local device = require 'plugin.device'

print( device.store )