Unity FlowSDK 2.0.0
FLOW Unity SDK
Loading...
Searching...
No Matches
DapperLabs.Flow.Sdk.Collections Class Reference

Collection related functions More...

Static Public Member Functions

static async Task< FlowCollectionGetById (string id)
 Get a collection by it's ID. More...
 

Detailed Description

Collection related functions

Member Function Documentation

◆ GetById()

static async Task< FlowCollection > DapperLabs.Flow.Sdk.Collections.GetById ( string  id)
inlinestatic

Get a collection by it's ID.

Parameters
idThe ID of the collection to fetch
Returns
A Task that resolves to a FlowCollection with the given ID