//library/com.uploadcare.android.library.urls/Urls/Companion/cdnAkamai

cdnAkamai

[androidJvm]
Content
@JvmStatic()

fun cdnAkamai(domain: String, builder: CdnPathBuilder, token: String, expire: String): URI
More info

Creates a full CDN URL with a CDN path builder. Using Secure delivery. Akamai

Parameters

androidJvm

Name Summary
builder

Configured CDN path builder

domain

domain that is setup for Secure delivery on your account. (ex. https://cdn.yourdomain.com)

expire

is an expiry date provided with the access token.

token

is a generated token used to access your content using a authenticated URL.