Uses of Class
io.gs2.adReward.model.UnityAd
Packages that use UnityAd
-
Uses of UnityAd in io.gs2.adReward.model
Methods in io.gs2.adReward.model that return UnityAdModifier and TypeMethodDescriptionstatic UnityAdUnityAd.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getUnityAd()Methods in io.gs2.adReward.model with parameters of type UnityAdModifier and TypeMethodDescriptionvoidNamespace.setUnityAd(UnityAd unityAd) Namespace.withUnityAd(UnityAd unityAd) -
Uses of UnityAd in io.gs2.adReward.request
Methods in io.gs2.adReward.request that return UnityAdModifier and TypeMethodDescriptionCreateNamespaceRequest.getUnityAd()UpdateNamespaceRequest.getUnityAd()Methods in io.gs2.adReward.request with parameters of type UnityAdModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setUnityAd(UnityAd unityAd) voidUpdateNamespaceRequest.setUnityAd(UnityAd unityAd) CreateNamespaceRequest.withUnityAd(UnityAd unityAd) UpdateNamespaceRequest.withUnityAd(UnityAd unityAd)