C# Class SpilGames.Unity.Utils.UnityEditor.Responses.PackagesResponse

Inheritance: Response
Afficher le fichier Open project: spilgames/spil_event_unity_plugin

Méthodes publiques

Свойство Type Description
GamePackagesData List
GamePromotionData List

Méthodes publiques

Méthode Description
ProcessPackagesResponse ( ResponseEvent response ) : void
getPackage ( string packageId ) : string
getPromotion ( string packageId ) : string

Method Details

ProcessPackagesResponse() public static méthode

public static ProcessPackagesResponse ( ResponseEvent response ) : void
response ResponseEvent
Résultat void

getPackage() public static méthode

public static getPackage ( string packageId ) : string
packageId string
Résultat string

getPromotion() public static méthode

public static getPromotion ( string packageId ) : string
packageId string
Résultat string

Property Details

GamePackagesData public_oe static_oe property

public static List GamePackagesData
Résultat List

GamePromotionData public_oe static_oe property

public static List GamePromotionData
Résultat List