Package com.naver.ads.network.raw
Object HttpScheme.Companion
-
- All Implemented Interfaces:
public class HttpScheme.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static HttpScheme.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleanisSupportedHttpScheme(String scheme)Returns true if given scheme is valid, false otherwise. -
-
Method Detail
-
isSupportedHttpScheme
final static Boolean isSupportedHttpScheme(String scheme)
Returns true if given scheme is valid, false otherwise.
-
-
-
-