C# 클래스 DroidKaigi2016Xamarin.Droid.Utils.AppUtil

파일 보기 프로젝트 열기: amay077/DroidKaigi2016Xamarin

공개 프로퍼티들

프로퍼티 타입 설명
SUPPORT_LANG string[]

공개 메소드들

메소드 설명
GetCurrentLanguage ( Android.Content.Context context ) : String
GetCurrentLanguageId ( Android.Content.Context context ) : string
GetCurrentLocale ( Android.Content.Context context ) : System.Locale
GetFacebookUrl ( string name ) : string
GetGitHubUrl ( string name ) : string
GetLanguage ( Android.Content.Context context, string languageId ) : string
GetString ( Android.Content.Context context, string resName ) : string
GetTwitterUrl ( string name ) : String
GetVersionName ( Android.Content.Context context ) : string
InitLocale ( Android.Content.Context context ) : void
Linkify ( Android.App.Activity activity, Android.Widget.TextView textView, string linkText, string url ) : void
SetLocale ( Android.Content.Context context, string languageId ) : void
ShowWebPage ( Android.App.Activity activity, string url ) : void

메소드 상세

GetCurrentLanguage() 공개 정적인 메소드

public static GetCurrentLanguage ( Android.Content.Context context ) : String
context Android.Content.Context
리턴 String

GetCurrentLanguageId() 공개 정적인 메소드

public static GetCurrentLanguageId ( Android.Content.Context context ) : string
context Android.Content.Context
리턴 string

GetCurrentLocale() 공개 정적인 메소드

public static GetCurrentLocale ( Android.Content.Context context ) : System.Locale
context Android.Content.Context
리턴 System.Locale

GetFacebookUrl() 공개 정적인 메소드

public static GetFacebookUrl ( string name ) : string
name string
리턴 string

GetGitHubUrl() 공개 정적인 메소드

public static GetGitHubUrl ( string name ) : string
name string
리턴 string

GetLanguage() 공개 정적인 메소드

public static GetLanguage ( Android.Content.Context context, string languageId ) : string
context Android.Content.Context
languageId string
리턴 string

GetString() 공개 정적인 메소드

public static GetString ( Android.Content.Context context, string resName ) : string
context Android.Content.Context
resName string
리턴 string

GetTwitterUrl() 공개 정적인 메소드

public static GetTwitterUrl ( string name ) : String
name string
리턴 String

GetVersionName() 공개 정적인 메소드

public static GetVersionName ( Android.Content.Context context ) : string
context Android.Content.Context
리턴 string

InitLocale() 공개 정적인 메소드

public static InitLocale ( Android.Content.Context context ) : void
context Android.Content.Context
리턴 void

Linkify() 공개 정적인 메소드

public static Linkify ( Android.App.Activity activity, Android.Widget.TextView textView, string linkText, string url ) : void
activity Android.App.Activity
textView Android.Widget.TextView
linkText string
url string
리턴 void

SetLocale() 공개 정적인 메소드

public static SetLocale ( Android.Content.Context context, string languageId ) : void
context Android.Content.Context
languageId string
리턴 void

ShowWebPage() 공개 정적인 메소드

public static ShowWebPage ( Android.App.Activity activity, string url ) : void
activity Android.App.Activity
url string
리턴 void

프로퍼티 상세

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

public static string[] SUPPORT_LANG
리턴 string[]