UserWise Unity SDK  3.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NUserWiseSDK
 NCampaigns
 CCampaignsModulePublic interface used to manage triggered campaigns
 COnTriggeredCampaignsLoadedEventArgs
 NCommon
 NModules
 CBaseModule
 CIModule
 CModuleCacheFileThe ModuleCacheFile is an abstracted way to manage cache files within a UserWise module. Modules that use cache files create an instance for each cache unique file
 COnActiveEventArgsEvent arguments used when a record of type T is marked as active
 COnInactiveEventArgs
 COnLoadedEventArgsEvent arguments used when data for a module has been reloaded, from the API or cache
 NUnity
 CUWHandlerGameObjectUWHandlerGameObject is a game object that contains a reference to an instance of UWProxyEventHandler. UWProxyEventHandler acts as a proxy between c# and the native [android (java) or ios (obj-c)] event listeners
 CUWProxyEventHandlerUWProxyEventHandler acts as a proxy event handler for all supported UserWise unity runtime platforms. Both native android and ios code will call the methods below via the UnityPlayer.UnitySendMessage method. Which in turn forwards calls to the UserWise instance surveyEvents methods
 CIIdentifiable
 NEmails
 CEmailsModuleActs as the public interface used when interfacing with email-related settings for the player
 NEvents
 CEventsModule
 CGameEvent
 NMessages
 CMessage
 CMessagesModuleActs as the public interface used for when managing UserWise messages
 COnMessageInitializationFailedEventArgs
 COnMessageInitializedEventArgs
 NOffers
 COffer
 COfferEventArgs
 COfferImpression
 COfferImpressionEventArgs
 COfferPaymentData
 COffersModuleActs as the public interface used for when managing offers and the related impressions
 NPushNotifications
 CPushNotification
 CPushNotificationImpression
 CPushNotificationsModuleActs as the public interface used when interfacing with UserWise PN-related content
 NRemoteConfigs
 CRemoteConfig
 CRemoteConfigsModuleActs as the public interface used for when using UserWise remote configuration
 NSurveys
 CSurvey
 CSurveyInviteInitializedEventArgs
 CSurveyResponseIdEventArgs
 CSurveysModule
 NVariables
 NExceptions
 CVariableRedefinitionException
 NTypes
 CBooleanVariableUserWise LiveOps in-game boolean variable
 CDateTimeVariableUserWise LiveOps in-game datetime variable
 CFileVariableUserWise LiveOps in-game file/media variable
 CFloatVariableUserWise LiveOps in-game double variable
 CIntegerVariableUserWise LiveOps in-game longeger variable
 CIVariable
 COnValueChangeEventArgs
 CStringVariableUserWise LiveOps in-game string variable
 CVariableAbstract Variable class that the various variable types implement
 COnVariablesLoadedEventArgs
 CVariableGroup
 CVariablesModuleThe variables module is currently disabled within the UserWise system(s)
 CIAttributableIAttributeable exposes an interface required to work with Attribute data
 CIDictSerializableThe IDictSerializable interface defines how a class can:
 CMediaInfoMediaInfo is a data class that acts as a simple wrapper around media data returned from the API
 CMediaVariantMediaVariant is a data class wrapper around variant information for a specific MediaInfo
 COnSessionInitializedEventArgsData struct provided during UserWise.OnSessionInitialized emission
 COnStartEventArgsData struct provided during UserWise.OnStart emission
 CPlayerAttributePlayerAttribute is a data class used to define an attribute update to be applied to a player
 CPlayerEventPlayerEvent is a data class used to define an event that the player has encountered
 CRegion
 CRegionMetadata
 CUserWise