NativeStoreProvider

public class
loom.store.NativeStoreProvider

Description

Wraps the low-level native store implementation and adapts it to suit the high level store API.

API overview

Constructor

NativeStoreProvider ()

Attributes

Public attributes

available: Boolean read-only
providerName: String read-only

Protected attributes

Functions

Public functions

listProducts ( identifiers: Vector.<String> , onComplete: Function ): Void
requestPurchase ( identifier: String , onComplete: Function ): Void

Protected functions

Constructor

NativeStoreProvider ()

Attributes

available: Boolean

read-only

providerName: String

read-only

Protected attributes

Functions

getFullTypeName (): String
Inherited from Object

native

Gets the fully qualified type name of the Object. The fully qualified type name includes the package of the type.


Returns

String fully qualified type name of the Object.

getType (): Type
Inherited from Object

native

Gets the Type that describes the Object.


Returns

Type The Type that describes the object.

getTypeName (): String
Inherited from Object

native

Gets the type name of the Object.


Returns

String type name of the Object.

listProducts ( identifiers: Vector.<String> , onComplete: Function ): Void

Parameters

identifiers: Vector.<String>
onComplete: Function


requestPurchase ( identifier: String , onComplete: Function ): Void

Parameters

identifier: String
onComplete: Function


toString (): String
Inherited from Object

native

Returns a String that describes the Object. This can be overriden to provide extra details when printing objects using trace().


Returns

String String that described the Object.

Protected functions