C# Class FAADUnityNetwork, FAADNetworkUnity

Inheritance: MonoBehaviour
Mostra file Open project: ICSMobile/FAADNetworkUnity Class Usage Examples

Public Properties

Property Type Description
FEEDViewClosedNotificationName string
sharedInstance_ FAADUnityNetwork,

Public Methods

Method 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

Method 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 method

public Awake ( ) : void
return void

ConnectWithIntegrationKeyAndSecretKey() public static method

public static ConnectWithIntegrationKeyAndSecretKey ( string integrationKey, string secretKey ) : void
integrationKey string
secretKey string
return void

DisplayLandScapeAds() public static method

public static DisplayLandScapeAds ( ) : void
return void

DisplayPortraitAds() public static method

public static DisplayPortraitAds ( ) : void
return void

GetKeyValuePairsForGameObject() public static method

public static GetKeyValuePairsForGameObject ( string gameObjectName, string callBack ) : void
gameObjectName string
callBack string
return void

SetCallbackGameObject() public static method

public static SetCallbackGameObject ( string handlerName ) : void
handlerName string
return void

setNotificationName() public static method

public static setNotificationName ( string notifyName ) : void
notifyName string
return void

Property Details

FEEDViewClosedNotificationName public_oe static_oe property

public static string FEEDViewClosedNotificationName
return string

sharedInstance_ public_oe static_oe property

public static FAADUnityNetwork, sharedInstance_
return FAADUnityNetwork,