C# Class FuseSDK, FuseSDKUnity

Afficher le fichier Open project: fusepowered/FuseSDKUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
AndroidAppID string
GCM_SenderID string
StartAutomatically bool
androidIAB bool
androidUnibill bool
editorSessions bool
iOSAppID string
iosStoreKit bool
iosUnibill bool
logging bool
registerForPushNotifications bool
soomlaStore bool
standaloneSessions bool

Méthodes publiques

Méthode Description
AcceptFriend ( string fuseId ) : void
AddFriend ( string fuseId ) : void
Connected ( ) : bool
DataEnabled ( ) : bool
DeviceLogin ( string alias ) : void
DisableData ( ) : 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 zoneId ) : IAPOfferInfo
GetOriginalAccountAlias ( ) : string
GetOriginalAccountId ( ) : string
GetOriginalAccountType ( ) : AccountType,
GetRewardedInfoForZone ( string zoneId ) : RewardedInfo
GetVGOfferInfoForZone ( string zoneId ) : VGOfferInfo
GooglePlayLogin ( string alias, string token ) : void
Internal_StartSession ( string appID, bool registerForPush, bool enableCrashDetection = true ) : void
Internal_StartSession ( string appID, string gcmSenderID = null ) : void
IsAdAvailableForZoneID ( string zoneId ) : bool
IsNotificationAvailable ( ) : bool
LibraryVersion ( ) : string
ManualRegisterForPushNotifications ( string _ ) : void
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
RegisterAndroidInAppPurchase ( IAPState purchaseState, string purchaseToken, string productId, string orderId, long 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
RegisterIOSInAppPurchase ( string productId, string transactionId, byte transactionReceipt, IAPState transactionState ) : void
RegisterIOSInAppPurchaseList ( IStoreController unityStoreController ) : void

Register the price and currency that a user is using to make iOS in-app purchases.

After receiving the list of in-app purchases from Apple, this method can be called to record the localized item information. This overload is meant to be called from Unity's IStoreListener.OnInitialized callback passing in the first (controller) parameter.

RegisterIOSInAppPurchaseList ( Product products ) : void
RegisterIOSInAppPurchaseList ( ProductCollection unityProducts ) : void

Register the price and currency that a user is using to make iOS in-app purchases.

After receiving the list of in-app purchases from Apple, this method can be called to record the localized item information. This overload is meant to be called from Unity's IStoreListener.OnInitialized callback passing in the ProductCollection which you can get from the IStoreListener using the products property.

RegisterLevel ( int level ) : void
RegisterParentalConsent ( bool consentGranted ) : void
RegisterUnibillPurchase ( string productID, byte receipt ) : void
RegisterUnityInAppPurchase ( Product product ) : void

Records an in-app purchase in the Fuse system made using the Unity IAP plugin.

This function is meant to be called from Unity's IStoreListener.ProcessPurchase function passing in the purchasedProduct property of the PurchaseEventArgs parameter.

RegisterUnityInAppPurchase ( PurchaseEventArgs args ) : void

Records an in-app purchase in the Fuse system made using the Unity IAP plugin.

This function is meant to be called from Unity's IStoreListener.ProcessPurchase function passing in the PurchaseEventArgs parameter.

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 ( ) : void
StartSession ( System adClickedWithURLHandler ) : void

Start a session manually providing and adClickHandler.

When an ad click handler is set, certain ad types will no longer automatically open the play store or a browser when clicked. Instead the link will be provided in the adClickedWithURLHandler's parameter.

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

Private Methods

Méthode Description
Awake ( ) : void
DeserializeFriendsList ( string friendList ) : List
GetGameData ( ) : int
GetGameDataForFuseId ( string fuseId, string key ) : int
Native_AcceptFriend ( string fuseId ) : void
Native_AddFriend ( string fuseId ) : void
Native_Connected ( ) : bool
Native_DataEnabled ( ) : bool
Native_DeviceLogin ( string alias ) : void
Native_DisableData ( ) : void
Native_DisplayNotifications ( ) : void
Native_EmailLogin ( string email, string alias ) : void
Native_EnableData ( ) : void
Native_FacebookLogin ( string facebookId, string name, string accessToken ) : void
Native_FriendsPushNotification ( string message ) : void
Native_FuseLogin ( string fuseId, string alias ) : void
Native_GameCenterLogin ( ) : void
Native_GamesPlayed ( ) : int
Native_GetFuseId ( ) : string
Native_GetGameConfigurationValue ( string key ) : string
Native_GetGameData ( string fuseId, string key, string keys, int length ) : int
Native_GetIAPOfferInfoForZoneID ( string zoneId ) : string
Native_GetOriginalAccountAlias ( ) : string
Native_GetOriginalAccountId ( ) : string
Native_GetOriginalAccountType ( ) : int
Native_GetRewardedInfoForZone ( string zoneId ) : string
Native_GetVirtualGoodsOfferInfoForZoneID ( string zoneId ) : string
Native_GooglePlayLogin ( string alias, string token ) : void
Native_IsAdAvailableForZoneID ( string zoneId ) : bool
Native_IsNotificationAvailable ( ) : bool
Native_LibraryVersion ( ) : string
Native_MigrateFriends ( string fuseId ) : void
Native_PreloadAdForZone ( string zoneId ) : void
Native_ReceivedRemoteNotification ( string notificationId ) : void
Native_RegisterAge ( int age ) : void
Native_RegisterBirthday ( int year, int month, int day ) : void
Native_RegisterCurrency ( int type, int balance ) : bool
Native_RegisterCustomEventInt ( int eventNumber, int value ) : bool
Native_RegisterCustomEventString ( int eventNumber, string value ) : bool
Native_RegisterEventVariable ( string name, string paramName, string paramValue, string variableName, double variableValue ) : bool
Native_RegisterEventWithDictionary ( string message, string paramName, string paramValue, string keys, double values, int numEntries ) : bool
Native_RegisterGender ( int gender ) : void
Native_RegisterInAppPurchase ( string productId, string transactionId, byte transactionReceiptBuffer, int transactionReceiptLength, int transactionState ) : void
Native_RegisterInAppPurchaseList ( string productId, string priceLocale, float price, int numEntries ) : void
Native_RegisterLevel ( int level ) : void
Native_RegisterParentalConsent ( bool consentGranted ) : void
Native_RegisterPushToken ( byte token, int size ) : void
Native_RegisterUnibillPurchase ( string productID, byte receipt, int receiptLength ) : void
Native_RegisterVirtualGoodsPurchase ( int virtualgoodID, int currencyAmount, int currencyID ) : void
Native_RejectFriend ( string fuseId ) : void
Native_RemoveFriend ( string fuseId ) : void
Native_SetGameData ( string fuseId, string key, string varKeys, string varValues, int length ) : int
Native_SetRewardedVideoUserID ( string userID ) : void
Native_SetUnityGameObject ( string gameObjectName ) : void
Native_ShowAdForZoneID ( string zoneId, string optionKeys, string optionValues, int numOptions ) : void
Native_StartSession ( string gameId, bool registerForPush, bool handleAdURLs, bool enableCrashDetection ) : void
Native_TimeFromServer ( ) : void
Native_TwitterLogin ( string twitterId, string alias ) : void
Native_UpdateFriendsListFromServer ( ) : void
Native_UserPushNotification ( string fuseId, string message ) : void
Native_ZoneHasIAPOffer ( string zoneId ) : bool
Native_ZoneHasRewarded ( string zoneId ) : bool
Native_ZoneHasVirtualGoodsOffer ( string zoneId ) : bool
OnAccountLoginComplete ( int type, string accountId ) : void
OnAccountLoginError ( string accountId, int error ) : void
OnAdAvailabilityResponse ( int available, int error ) : void
OnAdClickedWithURL ( string url ) : void
OnAdDeclined ( ) : void
OnAdDidShow ( int networkId, int mediaType ) : void
OnAdFailedToDisplay ( ) : void
OnAdWillClose ( ) : void
OnApplicationPause ( bool pausing ) : void
OnDestroy ( ) : void
OnFriendAccepted ( string fuseId, int error ) : void
OnFriendAdded ( string fuseId, int error ) : void
OnFriendRejected ( string fuseId, int error ) : void
OnFriendRemoved ( string fuseId, int error ) : void
OnFriendsListError ( int error ) : void
OnFriendsListUpdated ( List friends ) : void
OnFriendsMigrated ( string fuseId, int error ) : void
OnGameConfigurationReceived ( ) : void
OnGameDataError ( int error, int requestId ) : void
OnGameDataReceived ( string fuseId, string dataKey, string>.Dictionary data, int requestId ) : void
OnGameDataSetAcknowledged ( int requestId ) : void
OnIAPOfferAccepted ( IAPOfferInfo offerInfo ) : void
OnNotificationAction ( string action ) : void
OnNotificationWillClose ( ) : void
OnPurchaseVerification ( int verified, string transactionId, string originalTransactionId ) : void
OnRewardedAdCompleted ( RewardedInfo rewardInfo ) : void
OnSessionLoginError ( int error ) : void
OnSessionStartReceived ( ) : void
OnTimeUpdated ( DateTime time ) : void
OnVirtualGoodsOfferAccepted ( VGOfferInfo offerInfo ) : void
RegisterEvent ( string name, string>.Dictionary parameters ) : bool
RegisterEvent ( string name, string paramName, string paramValue, Hashtable variables ) : bool
RegisterEvent ( string name, string paramName, string paramValue, string variableName, double variableValue ) : bool
RegisterEvents ( ) : void
SetGameData ( string>.Dictionary data, string fuseId = "", string key = "" ) : int
SetupPushNotifications ( ) : IEnumerator
SetupPushNotifications ( string gcmSenderID ) : void
Start ( ) : void
_AccountLoginComplete ( string param ) : void
_AccountLoginError ( string param ) : void
_AdAvailabilityResponse ( string param ) : void
_AdClickedWithURL ( string url ) : void
_AdDeclined ( string param ) : void
_AdDidShow ( string param ) : void
_AdFailedToDisplay ( string _ ) : void
_AdWillClose ( string _ ) : void
_CB_AccountLoginComplete ( string param ) : void
_CB_AccountLoginError ( string param ) : void
_CB_AdAvailabilityResponse ( string param ) : void
_CB_AdDeclined ( string param ) : void
_CB_AdDidShow ( string param ) : void
_CB_AdFailedToDisplay ( string _ ) : void
_CB_AdWillClose ( string param ) : void
_CB_FriendAccepted ( string param ) : void
_CB_FriendAdded ( string param ) : void
_CB_FriendRejected ( string param ) : void
_CB_FriendRemoved ( string param ) : void
_CB_FriendsListError ( string param ) : void
_CB_FriendsListUpdated ( string param ) : void
_CB_FriendsMigrated ( string param ) : void
_CB_GameConfigurationReceived ( string param ) : void
_CB_GameDataError ( string param ) : void
_CB_GameDataReceived ( string param ) : void
_CB_GameDataSetAcknowledged ( string requestId ) : void
_CB_HandleAdClickWithURL ( string url ) : void
_CB_IAPOfferAccepted ( string param ) : void
_CB_NotificationAction ( string param ) : void
_CB_NotificationWillClose ( string param ) : void
_CB_PurchaseVerification ( string param ) : void
_CB_RewardedAdCompleted ( string param ) : void
_CB_SessionLoginError ( string param ) : void
_CB_SessionStartReceived ( string param ) : void
_CB_TimeUpdated ( string param ) : void
_CB_VirtualGoodsOfferAccepted ( string param ) : void
_FriendAccepted ( string param ) : void
_FriendAdded ( string param ) : void
_FriendRejected ( string param ) : void
_FriendRemoved ( string param ) : void
_FriendsListError ( string error ) : void
_FriendsListUpdated ( string _ ) : void
_FriendsMigrated ( string param ) : void
_GameConfigurationReceived ( string _ ) : void
_GameDataError ( string param ) : void
_GameDataReceived ( string param ) : void
_GameDataSetAcknowledged ( string requestId ) : void
_IAPOfferAccepted ( string param ) : void
_NotificationAction ( string action ) : void
_NotificationWillClose ( string _ ) : void
_PurchaseVerification ( string param ) : void
_RewardedAdCompleted ( string param ) : void
_SessionLoginError ( string error ) : void
_SessionStartReceived ( string _ ) : void
_StartSession ( string gameId ) : void
_StartSession ( string gameId, bool handleAdURLs ) : void
_StartSession ( string gameId, bool registerForPush, bool handleAdURLs, bool enableCrashDetection ) : void
_TimeUpdated ( string timestamp ) : void
_VirtualGoodsOfferAccepted ( string param ) : void
__AdWillCloseMoneybackGuaranteeR ( ) : void
__WaitForAdWillClose ( float timeout ) : IEnumerator

Method Details

AcceptFriend() public static méthode

public static AcceptFriend ( string fuseId ) : void
fuseId string
Résultat void

AddFriend() public static méthode

public static AddFriend ( string fuseId ) : void
fuseId string
Résultat void

Connected() public static méthode

public static Connected ( ) : bool
Résultat bool

DataEnabled() public static méthode

public static DataEnabled ( ) : bool
Résultat bool

DeviceLogin() public static méthode

public static DeviceLogin ( string alias ) : void
alias string
Résultat void

DisableData() public static méthode

public static DisableData ( ) : void
Résultat void

DisplayNotifications() public static méthode

public static DisplayNotifications ( ) : void
Résultat void

EmailLogin() public static méthode

public static EmailLogin ( string email, string alias ) : void
email string
alias string
Résultat void

EnableData() public static méthode

public static EnableData ( ) : void
Résultat void

FacebookLogin() public static méthode

public static FacebookLogin ( string facebookId, string name, string accessToken ) : void
facebookId string
name string
accessToken string
Résultat void

FriendsPushNotification() public static méthode

public static FriendsPushNotification ( string message ) : void
message string
Résultat void

FuseLog() public static méthode

public static FuseLog ( string str ) : void
str string
Résultat void

FuseLogin() public static méthode

public static FuseLogin ( string fuseId, string alias ) : void
fuseId string
alias string
Résultat void

GameCenterLogin() public static méthode

public static GameCenterLogin ( ) : void
Résultat void

GamesPlayed() public static méthode

public static GamesPlayed ( ) : int
Résultat int

GetFriendsList() public static méthode

public static GetFriendsList ( ) : List
Résultat List

GetFuseId() public static méthode

public static GetFuseId ( ) : string
Résultat string

GetGameConfiguration() public static méthode

public static GetGameConfiguration ( ) : string>.Dictionary
Résultat string>.Dictionary

GetGameConfigurationValue() public static méthode

public static GetGameConfigurationValue ( string key ) : string
key string
Résultat string

GetIAPOfferInfoForZone() public static méthode

public static GetIAPOfferInfoForZone ( string zoneId ) : IAPOfferInfo
zoneId string
Résultat IAPOfferInfo

GetOriginalAccountAlias() public static méthode

public static GetOriginalAccountAlias ( ) : string
Résultat string

GetOriginalAccountId() public static méthode

public static GetOriginalAccountId ( ) : string
Résultat string

GetOriginalAccountType() public static méthode

public static GetOriginalAccountType ( ) : AccountType,
Résultat AccountType,

GetRewardedInfoForZone() public static méthode

public static GetRewardedInfoForZone ( string zoneId ) : RewardedInfo
zoneId string
Résultat RewardedInfo

GetVGOfferInfoForZone() public static méthode

public static GetVGOfferInfoForZone ( string zoneId ) : VGOfferInfo
zoneId string
Résultat VGOfferInfo

GooglePlayLogin() public static méthode

public static GooglePlayLogin ( string alias, string token ) : void
alias string
token string
Résultat void

Internal_StartSession() public static méthode

public static Internal_StartSession ( string appID, bool registerForPush, bool enableCrashDetection = true ) : void
appID string
registerForPush bool
enableCrashDetection bool
Résultat void

Internal_StartSession() public static méthode

public static Internal_StartSession ( string appID, string gcmSenderID = null ) : void
appID string
gcmSenderID string
Résultat void

IsAdAvailableForZoneID() public static méthode

public static IsAdAvailableForZoneID ( string zoneId ) : bool
zoneId string
Résultat bool

IsNotificationAvailable() public static méthode

public static IsNotificationAvailable ( ) : bool
Résultat bool

LibraryVersion() public static méthode

public static LibraryVersion ( ) : string
Résultat string

ManualRegisterForPushNotifications() public static méthode

public static ManualRegisterForPushNotifications ( string _ ) : void
_ string
Résultat void

MigrateFriends() public static méthode

public static MigrateFriends ( string fuseId ) : void
fuseId string
Résultat void

PreloadAdForZoneID() public static méthode

public static PreloadAdForZoneID ( string zoneId ) : void
zoneId string
Résultat void

RegisterAge() public static méthode

public static RegisterAge ( int age ) : void
age int
Résultat void

RegisterAndroidInAppPurchase() public static méthode

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
Résultat void

RegisterAndroidInAppPurchase() public static méthode

public static RegisterAndroidInAppPurchase ( IAPState purchaseState, string purchaseToken, string productId, string orderId, long purchaseTime, string developerPayload, double price, string currency ) : void
purchaseState IAPState
purchaseToken string
productId string
orderId string
purchaseTime long
developerPayload string
price double
currency string
Résultat void

RegisterBirthday() public static méthode

public static RegisterBirthday ( int year, int month, int day ) : void
year int
month int
day int
Résultat void

RegisterCurrency() public static méthode

public static RegisterCurrency ( int currencyType, int balance ) : bool
currencyType int
balance int
Résultat bool

RegisterCustomEvent() public static méthode

public static RegisterCustomEvent ( int eventNumber, int value ) : bool
eventNumber int
value int
Résultat bool

RegisterCustomEvent() public static méthode

public static RegisterCustomEvent ( int eventNumber, string value ) : bool
eventNumber int
value string
Résultat bool

RegisterGender() public static méthode

public static RegisterGender ( Gender gender ) : void
gender Gender
Résultat void

RegisterIOSInAppPurchase() public static méthode

public static RegisterIOSInAppPurchase ( string productId, string transactionId, byte transactionReceipt, IAPState transactionState ) : void
productId string
transactionId string
transactionReceipt byte
transactionState IAPState
Résultat void

RegisterIOSInAppPurchaseList() public static méthode

Register the price and currency that a user is using to make iOS in-app purchases.
After receiving the list of in-app purchases from Apple, this method can be called to record the localized item information. This overload is meant to be called from Unity's IStoreListener.OnInitialized callback passing in the first (controller) parameter.
public static RegisterIOSInAppPurchaseList ( IStoreController unityStoreController ) : void
unityStoreController IStoreController The IStoreController provided by Unity's IStoreListener.OnInitialized callback.
Résultat void

RegisterIOSInAppPurchaseList() public static méthode

public static RegisterIOSInAppPurchaseList ( Product products ) : void
products Product
Résultat void

RegisterIOSInAppPurchaseList() public static méthode

Register the price and currency that a user is using to make iOS in-app purchases.
After receiving the list of in-app purchases from Apple, this method can be called to record the localized item information. This overload is meant to be called from Unity's IStoreListener.OnInitialized callback passing in the ProductCollection which you can get from the IStoreListener using the products property.
public static RegisterIOSInAppPurchaseList ( ProductCollection unityProducts ) : void
unityProducts ProductCollection A collection containing all the products registered with Unity.
Résultat void

RegisterLevel() public static méthode

public static RegisterLevel ( int level ) : void
level int
Résultat void

RegisterParentalConsent() public static méthode

public static RegisterParentalConsent ( bool consentGranted ) : void
consentGranted bool
Résultat void

RegisterUnibillPurchase() public static méthode

public static RegisterUnibillPurchase ( string productID, byte receipt ) : void
productID string
receipt byte
Résultat void

RegisterUnityInAppPurchase() public static méthode

Records an in-app purchase in the Fuse system made using the Unity IAP plugin.
This function is meant to be called from Unity's IStoreListener.ProcessPurchase function passing in the purchasedProduct property of the PurchaseEventArgs parameter.
public static RegisterUnityInAppPurchase ( Product product ) : void
product Product The product that was purchased.
Résultat void

RegisterUnityInAppPurchase() public static méthode

Records an in-app purchase in the Fuse system made using the Unity IAP plugin.
This function is meant to be called from Unity's IStoreListener.ProcessPurchase function passing in the PurchaseEventArgs parameter.
public static RegisterUnityInAppPurchase ( PurchaseEventArgs args ) : void
args PurchaseEventArgs The parameter of Unity's IStoreListener.ProcessPurchase that contains information about the purchase.
Résultat void

RegisterVirtualGoodsPurchase() public static méthode

public static RegisterVirtualGoodsPurchase ( int virtualgoodID, int currencyAmount, int currencyID ) : void
virtualgoodID int
currencyAmount int
currencyID int
Résultat void

RejectFriend() public static méthode

public static RejectFriend ( string fuseId ) : void
fuseId string
Résultat void

RemoveFriend() public static méthode

public static RemoveFriend ( string fuseId ) : void
fuseId string
Résultat void

SetRewardedVideoUserID() public static méthode

public static SetRewardedVideoUserID ( string userID ) : void
userID string
Résultat void

ShowAdForZoneID() public static méthode

public static ShowAdForZoneID ( String zoneId, string>.Dictionary options = null ) : void
zoneId String
options string>.Dictionary
Résultat void

StartSession() public static méthode

public static StartSession ( ) : void
Résultat void

StartSession() public static méthode

Start a session manually providing and adClickHandler.
When an ad click handler is set, certain ad types will no longer automatically open the play store or a browser when clicked. Instead the link will be provided in the adClickedWithURLHandler's parameter.
public static StartSession ( System adClickedWithURLHandler ) : void
adClickedWithURLHandler System The function to be called when certain ad types are clicked.
Résultat void

TwitterLogin() public static méthode

public static TwitterLogin ( string twitterId, string alias ) : void
twitterId string
alias string
Résultat void

UTCTimeFromServer() public static méthode

public static UTCTimeFromServer ( ) : void
Résultat void

UpdateFriendsListFromServer() public static méthode

public static UpdateFriendsListFromServer ( ) : void
Résultat void

UserPushNotification() public static méthode

public static UserPushNotification ( string fuseId, string message ) : void
fuseId string
message string
Résultat void

ZoneHasIAPOffer() public static méthode

public static ZoneHasIAPOffer ( string zoneId ) : bool
zoneId string
Résultat bool

ZoneHasRewarded() public static méthode

public static ZoneHasRewarded ( string zoneId ) : bool
zoneId string
Résultat bool

ZoneHasVirtualGoodsOffer() public static méthode

public static ZoneHasVirtualGoodsOffer ( string zoneId ) : bool
zoneId string
Résultat bool

Property Details

AndroidAppID public_oe property

public string AndroidAppID
Résultat string

GCM_SenderID public_oe property

public string GCM_SenderID
Résultat string

StartAutomatically public_oe property

public bool StartAutomatically
Résultat bool

androidIAB public_oe property

public bool androidIAB
Résultat bool

androidUnibill public_oe property

public bool androidUnibill
Résultat bool

editorSessions public_oe property

public bool editorSessions
Résultat bool

iOSAppID public_oe property

public string iOSAppID
Résultat string

iosStoreKit public_oe property

public bool iosStoreKit
Résultat bool

iosUnibill public_oe property

public bool iosUnibill
Résultat bool

logging public_oe property

public bool logging
Résultat bool

registerForPushNotifications public_oe property

public bool registerForPushNotifications
Résultat bool

soomlaStore public_oe property

public bool soomlaStore
Résultat bool

standaloneSessions public_oe property

public bool standaloneSessions
Résultat bool