C# Class FAADUnityNetwork, FAADNetworkUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: ICSMobile/FAADNetworkUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
FEEDViewClosedNotificationName string
sharedInstance_ FAADUnityNetwork,

Méthodes publiques

Méthode Description
Awake ( ) : void
ConnectWithIntegrationKeyAndSecretKey ( string integrationKey, string secretKey ) : void
DisplayLandScapeAds ( ) : void
DisplayPortraitAds ( ) : void
GetKeyValuePairsForGameObject ( string gameObjectName, string callBack ) : void
SetCallbackGameObject ( string handlerName ) : void
setNotificationName ( string notifyName ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void
_connectWithIntegrationKeyAndSecretKey ( string integrationKey, string secretKey ) : void
_displayLandScapeAds ( ) : void
_displayPortraitAds ( ) : void
_getKeyValuePairsForGameObject ( string gameObjectName, string callBack ) : void
_setCallbackGameObject ( string handlerName ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ConnectWithIntegrationKeyAndSecretKey() public static méthode

public static ConnectWithIntegrationKeyAndSecretKey ( string integrationKey, string secretKey ) : void
integrationKey string
secretKey string
Résultat void

DisplayLandScapeAds() public static méthode

public static DisplayLandScapeAds ( ) : void
Résultat void

DisplayPortraitAds() public static méthode

public static DisplayPortraitAds ( ) : void
Résultat void

GetKeyValuePairsForGameObject() public static méthode

public static GetKeyValuePairsForGameObject ( string gameObjectName, string callBack ) : void
gameObjectName string
callBack string
Résultat void

SetCallbackGameObject() public static méthode

public static SetCallbackGameObject ( string handlerName ) : void
handlerName string
Résultat void

setNotificationName() public static méthode

public static setNotificationName ( string notifyName ) : void
notifyName string
Résultat void

Property Details

FEEDViewClosedNotificationName public_oe static_oe property

public static string FEEDViewClosedNotificationName
Résultat string

sharedInstance_ public_oe static_oe property

public static FAADUnityNetwork, sharedInstance_
Résultat FAADUnityNetwork,