Notice
Recent Posts
Recent Comments
Link
목록getDeviceModelName (1)
투케이2K
141. (kotlin/코틀린) [유틸 파일] getDeviceModelName : 실제 디바이스 기기 모델 이름 명칭 확인
[개발 환경 설정] 개발 툴 : AndroidStudio 개발 언어 : Kotlin [소스 코드] // TODO [SEARCH FAST] : [RETURN] getDeviceModelName : 실제 디바이스 기기 모델 이름 명칭 확인 fun getDeviceModelName(): String { /** * // ----------------------------------------- * [getDeviceModelName 메소드 설명] * // ----------------------------------------- * 1. 실제 디바이스 기기 모델 이름 명칭 확인 * // ----------------------------------------- * 2. 호출 방법 : C_App.get..
Kotlin
2022. 12. 28. 21:51