MetaPlatformSDK_PurchaseArray

Inherits: RefCounted

An array of purchases.

Description

An array of MetaPlatformSDK_Purchases.

NOTE: This isn't a Godot Array, but you can loop over it using for x in arr just like a Godot Array.

Properties

String

next_url

""

Methods

MetaPlatformSDK_Purchase

get_element ( int index ) const

bool

has_next_page ( ) const

int

size ( ) const


Property Descriptions

String next_url = ""

  • String get_next_url ( )

The URL used to request the next page of elements.


Method Descriptions

MetaPlatformSDK_Purchase get_element ( int index ) const

Returns an element in the array by index.


bool has_next_page ( ) const

Returns true if there is next page of elements.


int size ( ) const

Returns the size of the array.