C# Class SA.Common.Editor.Instalation

Inheritance: MonoBehaviour
Mostrar archivo Open project: josemballes99/3A04_FinalProject

Public Methods

Method Description
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

Private Methods

Method Description
ChnageDefineState ( string file, string tag, bool IsEnabled ) : void

Method Details

Android_InstallPlugin() public static method

public static Android_InstallPlugin ( bool IsFirstInstall = true ) : void
IsFirstInstall bool
return void

Android_UpdatePlugin() public static method

public static Android_UpdatePlugin ( ) : void
return void

DisableAnalyticsAPI() public static method

public static DisableAnalyticsAPI ( ) : void
return void

DisableAndroidCampainAPI() public static method

public static DisableAndroidCampainAPI ( ) : void
return void

DisableAppInvitesAPI() public static method

public static DisableAppInvitesAPI ( ) : void
return void

DisableAppLicensingAPI() public static method

public static DisableAppLicensingAPI ( ) : void
return void

DisableBillingAPI() public static method

public static DisableBillingAPI ( ) : void
return void

DisableCameraAPI() public static method

public static DisableCameraAPI ( ) : void
return void

DisableDriveAPI() public static method

public static DisableDriveAPI ( ) : void
return void

DisableFirebaseAnalytics() public static method

public static DisableFirebaseAnalytics ( ) : void
return void

DisableGoogleAdMobAPI() public static method

public static DisableGoogleAdMobAPI ( ) : void
return void

DisableGooglePlayAPI() public static method

public static DisableGooglePlayAPI ( ) : void
return void

DisableGooglePlayServicesAPI() public static method

public static DisableGooglePlayServicesAPI ( ) : void
return void

DisableGooglePlusAPI() public static method

public static DisableGooglePlusAPI ( ) : void
return void

DisableOAuthAPI() public static method

public static DisableOAuthAPI ( ) : void
return void

DisablePushNotificationsAPI() public static method

public static DisablePushNotificationsAPI ( ) : void
return void

DisableSocialAPI() public static method

public static DisableSocialAPI ( ) : void
return void

DisableSoomlaAPI() public static method

public static DisableSoomlaAPI ( ) : void
return void

DisableSoomlaFB() public static method

public static DisableSoomlaFB ( ) : void
return void

EnableAnalyticsAPI() public static method

public static EnableAnalyticsAPI ( ) : void
return void

EnableAndroidCampainAPI() public static method

public static EnableAndroidCampainAPI ( ) : void
return void

EnableAppInvitesAPI() public static method

public static EnableAppInvitesAPI ( ) : void
return void

EnableAppLicensingAPI() public static method

public static EnableAppLicensingAPI ( ) : void
return void

EnableBillingAPI() public static method

public static EnableBillingAPI ( ) : void
return void

EnableCameraAPI() public static method

public static EnableCameraAPI ( ) : void
return void

EnableDriveAPI() public static method

public static EnableDriveAPI ( ) : void
return void

EnableFirebaseAnalytics() public static method

public static EnableFirebaseAnalytics ( ) : void
return void

EnableGoogleAdMobAPI() public static method

public static EnableGoogleAdMobAPI ( ) : void
return void

EnableGooglePlayAPI() public static method

public static EnableGooglePlayAPI ( ) : void
return void

EnableGooglePlayServicesAPI() public static method

public static EnableGooglePlayServicesAPI ( ) : void
return void

EnableGooglePlusAPI() public static method

public static EnableGooglePlusAPI ( ) : void
return void

EnableOAuthAPI() public static method

public static EnableOAuthAPI ( ) : void
return void

EnablePushNotificationsAPI() public static method

public static EnablePushNotificationsAPI ( ) : void
return void

EnableSocialAPI() public static method

public static EnableSocialAPI ( ) : void
return void

EnableSoomlaAPI() public static method

public static EnableSoomlaAPI ( ) : void
return void

IOS_CleanUp() public static method

public static IOS_CleanUp ( ) : void
return void

IOS_InstallPlugin() public static method

public static IOS_InstallPlugin ( bool IsFirstInstall = true ) : void
IsFirstInstall bool
return void

IOS_Install_SocialPart() public static method

public static IOS_Install_SocialPart ( ) : void
return void

IOS_UpdatePlugin() public static method

public static IOS_UpdatePlugin ( ) : void
return void

InstallGMAPart() public static method

public static InstallGMAPart ( ) : void
return void

RemoveIOSFile() public static method

public static RemoveIOSFile ( string filename ) : void
filename string
return void

Remove_FB_SDK() public static method

public static Remove_FB_SDK ( ) : void
return void

Remove_FB_SDK_WithDialog() public static method

public static Remove_FB_SDK_WithDialog ( ) : void
return void