C# 클래스 SpilGames.Unity.Helpers.PlayerDataUpdateReasons

This is the business object that the developer can use to work with the reasons for the Player Update Events.
파일 보기 프로젝트 열기: spilgames/spil_event_unity_plugin

공개 프로퍼티들

프로퍼티 타입 설명
BonusFeatures string
Cancel string
ClientServerMismatch string
Collection string
DailyBonus string
EventReward string
Gift string
IAP string
ItemBought string
ItemPickedUp string
ItemSold string
ItemUpgrade string
LevelComplete string
LoginReward string
PlayerLevelUp string
RewardAds string
Rush string
ServerUpdate string
Trade string

공개 메소드들

메소드 설명
PlayerDataUpdateReasons ( ) : System

메소드 상세

PlayerDataUpdateReasons() 공개 메소드

public PlayerDataUpdateReasons ( ) : System
리턴 System

프로퍼티 상세

BonusFeatures 공개적으로 정적으로 프로퍼티

public static string BonusFeatures
리턴 string

Cancel 공개적으로 정적으로 프로퍼티

public static string Cancel
리턴 string

ClientServerMismatch 공개적으로 정적으로 프로퍼티

public static string ClientServerMismatch
리턴 string

Collection 공개적으로 정적으로 프로퍼티

public static string Collection
리턴 string

DailyBonus 공개적으로 정적으로 프로퍼티

public static string DailyBonus
리턴 string

EventReward 공개적으로 정적으로 프로퍼티

public static string EventReward
리턴 string

Gift 공개적으로 정적으로 프로퍼티

public static string Gift
리턴 string

IAP 공개적으로 정적으로 프로퍼티

public static string IAP
리턴 string

ItemBought 공개적으로 정적으로 프로퍼티

public static string ItemBought
리턴 string

ItemPickedUp 공개적으로 정적으로 프로퍼티

public static string ItemPickedUp
리턴 string

ItemSold 공개적으로 정적으로 프로퍼티

public static string ItemSold
리턴 string

ItemUpgrade 공개적으로 정적으로 프로퍼티

public static string ItemUpgrade
리턴 string

LevelComplete 공개적으로 정적으로 프로퍼티

public static string LevelComplete
리턴 string

LoginReward 공개적으로 정적으로 프로퍼티

public static string LoginReward
리턴 string

PlayerLevelUp 공개적으로 정적으로 프로퍼티

public static string PlayerLevelUp
리턴 string

RewardAds 공개적으로 정적으로 프로퍼티

public static string RewardAds
리턴 string

Rush 공개적으로 정적으로 프로퍼티

public static string Rush
리턴 string

ServerUpdate 공개적으로 정적으로 프로퍼티

public static string ServerUpdate
리턴 string

Trade 공개적으로 정적으로 프로퍼티

public static string Trade
리턴 string