14 lines
		
	
	
		
			263 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			263 B
		
	
	
	
		
			C#
		
	
	
	
|  | #if UNITY_ANDROID | |||
|  | using KwaiAds.Scripts.Common; | |||
|  | 
 | |||
|  | namespace KwaiAds.Scripts.Platforms.Android | |||
|  | { | |||
|  |     class AndroidClientFactory : IClientFactory | |||
|  |     { | |||
|  |         public ISDK BuildSDKClient() | |||
|  |         { | |||
|  |             return new KwaiSdkClient(); | |||
|  |         } | |||
|  |     } | |||
|  | } | |||
|  | #endif |