UserWise Unity SDK
3.0.0
|
▼NUserWiseSDK | |
▼NCampaigns | |
CCampaignsModule | Public interface used to manage triggered campaigns |
COnTriggeredCampaignsLoadedEventArgs | |
▼NCommon | |
▼NModules | |
CBaseModule | |
CIModule | |
CModuleCacheFile | The 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 |
COnActiveEventArgs | Event arguments used when a record of type T is marked as active |
COnInactiveEventArgs | |
COnLoadedEventArgs | Event arguments used when data for a module has been reloaded, from the API or cache |
▼NUnity | |
▼CUWHandlerGameObject | UWHandlerGameObject 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 |
CUWProxyEventHandler | UWProxyEventHandler 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 | |
CEmailsModule | Acts as the public interface used when interfacing with email-related settings for the player |
▼NEvents | |
CEventsModule | |
CGameEvent | |
▼NMessages | |
CMessage | |
CMessagesModule | Acts as the public interface used for when managing UserWise messages |
COnMessageInitializationFailedEventArgs | |
COnMessageInitializedEventArgs | |
▼NOffers | |
COffer | |
COfferEventArgs | |
COfferImpression | |
COfferImpressionEventArgs | |
COfferPaymentData | |
COffersModule | Acts as the public interface used for when managing offers and the related impressions |
▼NPushNotifications | |
CPushNotification | |
CPushNotificationImpression | |
CPushNotificationsModule | Acts as the public interface used when interfacing with UserWise PN-related content |
▼NRemoteConfigs | |
CRemoteConfig | |
CRemoteConfigsModule | Acts as the public interface used for when using UserWise remote configuration |
▼NSurveys | |
CSurvey | |
CSurveyInviteInitializedEventArgs | |
CSurveyResponseIdEventArgs | |
CSurveysModule | |
▼NVariables | |
▼NExceptions | |
CVariableRedefinitionException | |
▼NTypes | |
CBooleanVariable | UserWise LiveOps in-game boolean variable |
CDateTimeVariable | UserWise LiveOps in-game datetime variable |
CFileVariable | UserWise LiveOps in-game file/media variable |
CFloatVariable | UserWise LiveOps in-game double variable |
CIntegerVariable | UserWise LiveOps in-game longeger variable |
CIVariable | |
COnValueChangeEventArgs | |
CStringVariable | UserWise LiveOps in-game string variable |
CVariable | Abstract Variable class that the various variable types implement |
COnVariablesLoadedEventArgs | |
CVariableGroup | |
CVariablesModule | The variables module is currently disabled within the UserWise system(s) |
CIAttributable | IAttributeable exposes an interface required to work with Attribute data |
CIDictSerializable | The IDictSerializable interface defines how a class can: |
CMediaInfo | MediaInfo is a data class that acts as a simple wrapper around media data returned from the API |
CMediaVariant | MediaVariant is a data class wrapper around variant information for a specific MediaInfo |
COnSessionInitializedEventArgs | Data struct provided during UserWise.OnSessionInitialized emission |
COnStartEventArgs | Data struct provided during UserWise.OnStart emission |
CPlayerAttribute | PlayerAttribute is a data class used to define an attribute update to be applied to a player |
CPlayerEvent | PlayerEvent is a data class used to define an event that the player has encountered |
CRegion | |
CRegionMetadata | |
CUserWise |