-
public final class UrlProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUrlProvider.Companion
-
Constructor Summary
Constructors Constructor Description UrlProvider(IdProvider idProvider, AppsFlyerPreferences preferences)
-
Method Summary
Modifier and Type Method Description final StringgetPrefix()final StringgetHost()HostMetagetHostMeta()final BooleangetIsDefaultHost()final StringgetRemoteControlUrl(Boolean isSandbox, Boolean isStaging, String cdnToken)-
-
Constructor Detail
-
UrlProvider
UrlProvider(IdProvider idProvider, AppsFlyerPreferences preferences)
-
-
Method Detail
-
getHostMeta
HostMeta getHostMeta()
-
getIsDefaultHost
final Boolean getIsDefaultHost()
-
getRemoteControlUrl
final String getRemoteControlUrl(Boolean isSandbox, Boolean isStaging, String cdnToken)
-
-
-
-