C# 클래스 FuseSDKEditorSession, FuseSDKUnity

파일 보기 프로젝트 열기: fusepowered/FuseSDKUnity

공개 메소드들

메소드 설명
AcceptFriend ( string fuseId ) : void
AddFriend ( string fuseId ) : void
Connected ( ) : bool
DataEnabled ( ) : bool
DeviceLogin ( string alias ) : void
DisableData ( ) : void
DisplayMoreGames ( ) : void
DisplayNotifications ( ) : void
EmailLogin ( string email, string alias ) : void
EnableData ( ) : void
FacebookLogin ( string facebookId, string name, string accessToken ) : void
FriendsPushNotification ( string message ) : void
FuseLog ( string str ) : void
FuseLogin ( string fuseId, string alias ) : void
GameCenterLogin ( ) : void
GamesPlayed ( ) : int
GetFriendsList ( ) : List
GetFuseId ( ) : string
GetGameConfiguration ( ) : String>.Dictionary
GetGameConfigurationValue ( string key ) : string
GetIAPOfferInfoForZone ( string zonId ) : IAPOfferInfo
GetOriginalAccountAlias ( ) : string
GetOriginalAccountId ( ) : string
GetOriginalAccountType ( ) : AccountType,
GetRewardedInfoForZone ( string zonId ) : RewardedInfo
GetVGOfferInfoForZone ( string zonId ) : VGOfferInfo
GooglePlayLogin ( string alias, string token ) : void
IsAdAvailableForZoneID ( string zoneId ) : bool
IsNotificationAvailable ( ) : bool
LibraryVersion ( ) : string
MigrateFriends ( string fuseId ) : void
PreloadAdForZoneID ( string zoneId ) : void
RegisterAge ( int age ) : void
RegisterAndroidInAppPurchase ( IAPState purchaseState, string purchaseToken, string productId, string orderId, DateTime purchaseTime, string developerPayload, double price, string currency ) : void
RegisterBirthday ( int year, int month, int day ) : void
RegisterCurrency ( int currencyType, int balance ) : bool
RegisterCustomEvent ( int eventNumber, int value ) : bool
RegisterCustomEvent ( int eventNumber, string value ) : bool
RegisterGender ( Gender, gender ) : void
RegisterLevel ( int level ) : void
RegisterParentalConsent ( bool consentGranted ) : void
RegisterVirtualGoodsPurchase ( int virtualgoodID, int currencyAmount, int currencyID ) : void
RejectFriend ( string fuseId ) : void
RemoveFriend ( string fuseId ) : void
SetRewardedVideoUserID ( string userID ) : void
ShowAdForZoneID ( String zoneId, string>.Dictionary options = null ) : void
StartSession ( string gameID ) : void
TwitterLogin ( string twitterId, string alias ) : void
UTCTimeFromServer ( ) : void
UpdateFriendsListFromServer ( ) : void
UserPushNotification ( string fuseId, string message ) : void
ZoneHasIAPOffer ( string zoneId ) : bool
ZoneHasRewarded ( string zoneId ) : bool
ZoneHasVirtualGoodsOffer ( string zoneId ) : bool

비공개 메소드들

메소드 설명
ParseXML ( string xml ) : void

메소드 상세

AcceptFriend() 공개 정적인 메소드

public static AcceptFriend ( string fuseId ) : void
fuseId string
리턴 void

AddFriend() 공개 정적인 메소드

public static AddFriend ( string fuseId ) : void
fuseId string
리턴 void

Connected() 공개 정적인 메소드

public static Connected ( ) : bool
리턴 bool

DataEnabled() 공개 정적인 메소드

public static DataEnabled ( ) : bool
리턴 bool

DeviceLogin() 공개 정적인 메소드

public static DeviceLogin ( string alias ) : void
alias string
리턴 void

DisableData() 공개 정적인 메소드

public static DisableData ( ) : void
리턴 void

DisplayMoreGames() 공개 정적인 메소드

public static DisplayMoreGames ( ) : void
리턴 void

DisplayNotifications() 공개 정적인 메소드

public static DisplayNotifications ( ) : void
리턴 void

EmailLogin() 공개 정적인 메소드

public static EmailLogin ( string email, string alias ) : void
email string
alias string
리턴 void

EnableData() 공개 정적인 메소드

public static EnableData ( ) : void
리턴 void

FacebookLogin() 공개 정적인 메소드

public static FacebookLogin ( string facebookId, string name, string accessToken ) : void
facebookId string
name string
accessToken string
리턴 void

FriendsPushNotification() 공개 정적인 메소드

public static FriendsPushNotification ( string message ) : void
message string
리턴 void

FuseLog() 공개 정적인 메소드

public static FuseLog ( string str ) : void
str string
리턴 void

FuseLogin() 공개 정적인 메소드

public static FuseLogin ( string fuseId, string alias ) : void
fuseId string
alias string
리턴 void

GameCenterLogin() 공개 정적인 메소드

public static GameCenterLogin ( ) : void
리턴 void

GamesPlayed() 공개 정적인 메소드

public static GamesPlayed ( ) : int
리턴 int

GetFriendsList() 공개 정적인 메소드

public static GetFriendsList ( ) : List
리턴 List

GetFuseId() 공개 정적인 메소드

public static GetFuseId ( ) : string
리턴 string

GetGameConfiguration() 공개 정적인 메소드

public static GetGameConfiguration ( ) : String>.Dictionary
리턴 String>.Dictionary

GetGameConfigurationValue() 공개 정적인 메소드

public static GetGameConfigurationValue ( string key ) : string
key string
리턴 string

GetIAPOfferInfoForZone() 공개 정적인 메소드

public static GetIAPOfferInfoForZone ( string zonId ) : IAPOfferInfo
zonId string
리턴 FuseMisc.IAPOfferInfo

GetOriginalAccountAlias() 공개 정적인 메소드

public static GetOriginalAccountAlias ( ) : string
리턴 string

GetOriginalAccountId() 공개 정적인 메소드

public static GetOriginalAccountId ( ) : string
리턴 string

GetOriginalAccountType() 공개 정적인 메소드

public static GetOriginalAccountType ( ) : AccountType,
리턴 AccountType,

GetRewardedInfoForZone() 공개 정적인 메소드

public static GetRewardedInfoForZone ( string zonId ) : RewardedInfo
zonId string
리턴 FuseMisc.RewardedInfo

GetVGOfferInfoForZone() 공개 정적인 메소드

public static GetVGOfferInfoForZone ( string zonId ) : VGOfferInfo
zonId string
리턴 FuseMisc.VGOfferInfo

GooglePlayLogin() 공개 정적인 메소드

public static GooglePlayLogin ( string alias, string token ) : void
alias string
token string
리턴 void

IsAdAvailableForZoneID() 공개 정적인 메소드

public static IsAdAvailableForZoneID ( string zoneId ) : bool
zoneId string
리턴 bool

IsNotificationAvailable() 공개 정적인 메소드

public static IsNotificationAvailable ( ) : bool
리턴 bool

LibraryVersion() 공개 정적인 메소드

public static LibraryVersion ( ) : string
리턴 string

MigrateFriends() 공개 정적인 메소드

public static MigrateFriends ( string fuseId ) : void
fuseId string
리턴 void

PreloadAdForZoneID() 공개 정적인 메소드

public static PreloadAdForZoneID ( string zoneId ) : void
zoneId string
리턴 void

RegisterAge() 공개 정적인 메소드

public static RegisterAge ( int age ) : void
age int
리턴 void

RegisterAndroidInAppPurchase() 공개 정적인 메소드

public static RegisterAndroidInAppPurchase ( IAPState purchaseState, string purchaseToken, string productId, string orderId, DateTime purchaseTime, string developerPayload, double price, string currency ) : void
purchaseState IAPState
purchaseToken string
productId string
orderId string
purchaseTime DateTime
developerPayload string
price double
currency string
리턴 void

RegisterBirthday() 공개 정적인 메소드

public static RegisterBirthday ( int year, int month, int day ) : void
year int
month int
day int
리턴 void

RegisterCurrency() 공개 정적인 메소드

public static RegisterCurrency ( int currencyType, int balance ) : bool
currencyType int
balance int
리턴 bool

RegisterCustomEvent() 공개 정적인 메소드

public static RegisterCustomEvent ( int eventNumber, int value ) : bool
eventNumber int
value int
리턴 bool

RegisterCustomEvent() 공개 정적인 메소드

public static RegisterCustomEvent ( int eventNumber, string value ) : bool
eventNumber int
value string
리턴 bool

RegisterGender() 공개 정적인 메소드

public static RegisterGender ( Gender, gender ) : void
gender Gender,
리턴 void

RegisterLevel() 공개 정적인 메소드

public static RegisterLevel ( int level ) : void
level int
리턴 void

RegisterParentalConsent() 공개 정적인 메소드

public static RegisterParentalConsent ( bool consentGranted ) : void
consentGranted bool
리턴 void

RegisterVirtualGoodsPurchase() 공개 정적인 메소드

public static RegisterVirtualGoodsPurchase ( int virtualgoodID, int currencyAmount, int currencyID ) : void
virtualgoodID int
currencyAmount int
currencyID int
리턴 void

RejectFriend() 공개 정적인 메소드

public static RejectFriend ( string fuseId ) : void
fuseId string
리턴 void

RemoveFriend() 공개 정적인 메소드

public static RemoveFriend ( string fuseId ) : void
fuseId string
리턴 void

SetRewardedVideoUserID() 공개 정적인 메소드

public static SetRewardedVideoUserID ( string userID ) : void
userID string
리턴 void

ShowAdForZoneID() 공개 정적인 메소드

public static ShowAdForZoneID ( String zoneId, string>.Dictionary options = null ) : void
zoneId String
options string>.Dictionary
리턴 void

StartSession() 공개 정적인 메소드

public static StartSession ( string gameID ) : void
gameID string
리턴 void

TwitterLogin() 공개 정적인 메소드

public static TwitterLogin ( string twitterId, string alias ) : void
twitterId string
alias string
리턴 void

UTCTimeFromServer() 공개 정적인 메소드

public static UTCTimeFromServer ( ) : void
리턴 void

UpdateFriendsListFromServer() 공개 정적인 메소드

public static UpdateFriendsListFromServer ( ) : void
리턴 void

UserPushNotification() 공개 정적인 메소드

public static UserPushNotification ( string fuseId, string message ) : void
fuseId string
message string
리턴 void

ZoneHasIAPOffer() 공개 정적인 메소드

public static ZoneHasIAPOffer ( string zoneId ) : bool
zoneId string
리턴 bool

ZoneHasRewarded() 공개 정적인 메소드

public static ZoneHasRewarded ( string zoneId ) : bool
zoneId string
리턴 bool

ZoneHasVirtualGoodsOffer() 공개 정적인 메소드

public static ZoneHasVirtualGoodsOffer ( string zoneId ) : bool
zoneId string
리턴 bool