C# 클래스 Knetik.KnetikApiUtil

파일 보기 프로젝트 열기: knetikmedia/UnitySDK

공개 프로퍼티들

프로퍼티 타입 설명
API_VERSION string

공개 메소드들

메소드 설명
getDeviceSerial ( ) : string
getDeviceSignature ( ) : string
getDeviceType ( ) : string
getMacAddress ( ) : string
hashHmac ( string input, string key ) : string
md5 ( string input ) : string
sha1 ( string input ) : string

비공개 메소드들

메소드 설명
getActiveNetwork ( ) : NetworkInterface

메소드 상세

getDeviceSerial() 공개 정적인 메소드

public static getDeviceSerial ( ) : string
리턴 string

getDeviceSignature() 공개 정적인 메소드

public static getDeviceSignature ( ) : string
리턴 string

getDeviceType() 공개 정적인 메소드

public static getDeviceType ( ) : string
리턴 string

getMacAddress() 공개 정적인 메소드

public static getMacAddress ( ) : string
리턴 string

hashHmac() 공개 정적인 메소드

public static hashHmac ( string input, string key ) : string
input string
key string
리턴 string

md5() 공개 정적인 메소드

public static md5 ( string input ) : string
input string
리턴 string

sha1() 공개 정적인 메소드

public static sha1 ( string input ) : string
input string
리턴 string

프로퍼티 상세

API_VERSION 공개적으로 정적으로 프로퍼티

public static string API_VERSION
리턴 string