C# 클래스 SA.Common.Editor.Instalation

상속: MonoBehaviour
파일 보기 프로젝트 열기: josemballes99/3A04_FinalProject

공개 메소드들

메소드 설명
Android_InstallPlugin ( bool IsFirstInstall = true ) : void
Android_UpdatePlugin ( ) : void
DisableAnalyticsAPI ( ) : void
DisableAndroidCampainAPI ( ) : void
DisableAppInvitesAPI ( ) : void
DisableAppLicensingAPI ( ) : void
DisableBillingAPI ( ) : void
DisableCameraAPI ( ) : void
DisableDriveAPI ( ) : void
DisableFirebaseAnalytics ( ) : void
DisableGoogleAdMobAPI ( ) : void
DisableGooglePlayAPI ( ) : void
DisableGooglePlayServicesAPI ( ) : void
DisableGooglePlusAPI ( ) : void
DisableOAuthAPI ( ) : void
DisablePushNotificationsAPI ( ) : void
DisableSocialAPI ( ) : void
DisableSoomlaAPI ( ) : void
DisableSoomlaFB ( ) : void
EnableAnalyticsAPI ( ) : void
EnableAndroidCampainAPI ( ) : void
EnableAppInvitesAPI ( ) : void
EnableAppLicensingAPI ( ) : void
EnableBillingAPI ( ) : void
EnableCameraAPI ( ) : void
EnableDriveAPI ( ) : void
EnableFirebaseAnalytics ( ) : void
EnableGoogleAdMobAPI ( ) : void
EnableGooglePlayAPI ( ) : void
EnableGooglePlayServicesAPI ( ) : void
EnableGooglePlusAPI ( ) : void
EnableOAuthAPI ( ) : void
EnablePushNotificationsAPI ( ) : void
EnableSocialAPI ( ) : void
EnableSoomlaAPI ( ) : void
IOS_CleanUp ( ) : void
IOS_InstallPlugin ( bool IsFirstInstall = true ) : void
IOS_Install_SocialPart ( ) : void
IOS_UpdatePlugin ( ) : void
InstallGMAPart ( ) : void
RemoveIOSFile ( string filename ) : void
Remove_FB_SDK ( ) : void
Remove_FB_SDK_WithDialog ( ) : void

비공개 메소드들

메소드 설명
ChnageDefineState ( string file, string tag, bool IsEnabled ) : void

메소드 상세

Android_InstallPlugin() 공개 정적인 메소드

public static Android_InstallPlugin ( bool IsFirstInstall = true ) : void
IsFirstInstall bool
리턴 void

Android_UpdatePlugin() 공개 정적인 메소드

public static Android_UpdatePlugin ( ) : void
리턴 void

DisableAnalyticsAPI() 공개 정적인 메소드

public static DisableAnalyticsAPI ( ) : void
리턴 void

DisableAndroidCampainAPI() 공개 정적인 메소드

public static DisableAndroidCampainAPI ( ) : void
리턴 void

DisableAppInvitesAPI() 공개 정적인 메소드

public static DisableAppInvitesAPI ( ) : void
리턴 void

DisableAppLicensingAPI() 공개 정적인 메소드

public static DisableAppLicensingAPI ( ) : void
리턴 void

DisableBillingAPI() 공개 정적인 메소드

public static DisableBillingAPI ( ) : void
리턴 void

DisableCameraAPI() 공개 정적인 메소드

public static DisableCameraAPI ( ) : void
리턴 void

DisableDriveAPI() 공개 정적인 메소드

public static DisableDriveAPI ( ) : void
리턴 void

DisableFirebaseAnalytics() 공개 정적인 메소드

public static DisableFirebaseAnalytics ( ) : void
리턴 void

DisableGoogleAdMobAPI() 공개 정적인 메소드

public static DisableGoogleAdMobAPI ( ) : void
리턴 void

DisableGooglePlayAPI() 공개 정적인 메소드

public static DisableGooglePlayAPI ( ) : void
리턴 void

DisableGooglePlayServicesAPI() 공개 정적인 메소드

public static DisableGooglePlayServicesAPI ( ) : void
리턴 void

DisableGooglePlusAPI() 공개 정적인 메소드

public static DisableGooglePlusAPI ( ) : void
리턴 void

DisableOAuthAPI() 공개 정적인 메소드

public static DisableOAuthAPI ( ) : void
리턴 void

DisablePushNotificationsAPI() 공개 정적인 메소드

public static DisablePushNotificationsAPI ( ) : void
리턴 void

DisableSocialAPI() 공개 정적인 메소드

public static DisableSocialAPI ( ) : void
리턴 void

DisableSoomlaAPI() 공개 정적인 메소드

public static DisableSoomlaAPI ( ) : void
리턴 void

DisableSoomlaFB() 공개 정적인 메소드

public static DisableSoomlaFB ( ) : void
리턴 void

EnableAnalyticsAPI() 공개 정적인 메소드

public static EnableAnalyticsAPI ( ) : void
리턴 void

EnableAndroidCampainAPI() 공개 정적인 메소드

public static EnableAndroidCampainAPI ( ) : void
리턴 void

EnableAppInvitesAPI() 공개 정적인 메소드

public static EnableAppInvitesAPI ( ) : void
리턴 void

EnableAppLicensingAPI() 공개 정적인 메소드

public static EnableAppLicensingAPI ( ) : void
리턴 void

EnableBillingAPI() 공개 정적인 메소드

public static EnableBillingAPI ( ) : void
리턴 void

EnableCameraAPI() 공개 정적인 메소드

public static EnableCameraAPI ( ) : void
리턴 void

EnableDriveAPI() 공개 정적인 메소드

public static EnableDriveAPI ( ) : void
리턴 void

EnableFirebaseAnalytics() 공개 정적인 메소드

public static EnableFirebaseAnalytics ( ) : void
리턴 void

EnableGoogleAdMobAPI() 공개 정적인 메소드

public static EnableGoogleAdMobAPI ( ) : void
리턴 void

EnableGooglePlayAPI() 공개 정적인 메소드

public static EnableGooglePlayAPI ( ) : void
리턴 void

EnableGooglePlayServicesAPI() 공개 정적인 메소드

public static EnableGooglePlayServicesAPI ( ) : void
리턴 void

EnableGooglePlusAPI() 공개 정적인 메소드

public static EnableGooglePlusAPI ( ) : void
리턴 void

EnableOAuthAPI() 공개 정적인 메소드

public static EnableOAuthAPI ( ) : void
리턴 void

EnablePushNotificationsAPI() 공개 정적인 메소드

public static EnablePushNotificationsAPI ( ) : void
리턴 void

EnableSocialAPI() 공개 정적인 메소드

public static EnableSocialAPI ( ) : void
리턴 void

EnableSoomlaAPI() 공개 정적인 메소드

public static EnableSoomlaAPI ( ) : void
리턴 void

IOS_CleanUp() 공개 정적인 메소드

public static IOS_CleanUp ( ) : void
리턴 void

IOS_InstallPlugin() 공개 정적인 메소드

public static IOS_InstallPlugin ( bool IsFirstInstall = true ) : void
IsFirstInstall bool
리턴 void

IOS_Install_SocialPart() 공개 정적인 메소드

public static IOS_Install_SocialPart ( ) : void
리턴 void

IOS_UpdatePlugin() 공개 정적인 메소드

public static IOS_UpdatePlugin ( ) : void
리턴 void

InstallGMAPart() 공개 정적인 메소드

public static InstallGMAPart ( ) : void
리턴 void

RemoveIOSFile() 공개 정적인 메소드

public static RemoveIOSFile ( string filename ) : void
filename string
리턴 void

Remove_FB_SDK() 공개 정적인 메소드

public static Remove_FB_SDK ( ) : void
리턴 void

Remove_FB_SDK_WithDialog() 공개 정적인 메소드

public static Remove_FB_SDK_WithDialog ( ) : void
리턴 void