-
public final class EventUrlResolver
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEventUrlResolver.Companion
-
Constructor Summary
Constructors Constructor Description EventUrlResolver(IdProvider idProvider, ServerConfigUrlFormatter serverConfigUrlFormatter)EventUrlResolver(IdProvider idProvider)
-
Method Summary
Modifier and Type Method Description final StringgetUrlForEvent(AFEvent event)Within 'baseUrlString' assignment, isPlayIntegrityEvent must be checked before isLaunchEvent, or else it will be identified as a launch event. final StringgetUrlForDdlEvent(String devKey, String timestamp)final StringgetUrlForViap(String billingVersion)final StringgetUrlForArs(String billingVersion)final StringgetUrlForValidatePurchaseWithWebHandler()final StringgetUrlForValidatePurchase()final StringgetUrlForRegister()final StringgetUrlForManualPurchaseValidation()final StringgetUrlForRdMonitor()final StringgetUrlForPrivacySandbox()final StringgetUrlForPlayIntegrityReporting()-
-
Constructor Detail
-
EventUrlResolver
EventUrlResolver(IdProvider idProvider, ServerConfigUrlFormatter serverConfigUrlFormatter)
-
EventUrlResolver
EventUrlResolver(IdProvider idProvider)
-
-
Method Detail
-
getUrlForEvent
final String getUrlForEvent(AFEvent event)
Within 'baseUrlString' assignment, isPlayIntegrityEvent must be checked before isLaunchEvent, or else it will be identified as a launch event.
-
getUrlForDdlEvent
final String getUrlForDdlEvent(String devKey, String timestamp)
-
getUrlForViap
final String getUrlForViap(String billingVersion)
-
getUrlForArs
final String getUrlForArs(String billingVersion)
-
getUrlForValidatePurchaseWithWebHandler
final String getUrlForValidatePurchaseWithWebHandler()
-
getUrlForValidatePurchase
final String getUrlForValidatePurchase()
-
getUrlForRegister
final String getUrlForRegister()
-
getUrlForManualPurchaseValidation
final String getUrlForManualPurchaseValidation()
-
getUrlForRdMonitor
final String getUrlForRdMonitor()
-
getUrlForPrivacySandbox
final String getUrlForPrivacySandbox()
-
getUrlForPlayIntegrityReporting
final String getUrlForPlayIntegrityReporting()
-
-
-
-