New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.iron-mountain.app-identification

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.iron-mountain.app-identification

A library for managing app identifiers and different release variants.

  • 1.3.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

App Identification

Version: 1.3.6

Description:

A library for managing app identifiers and different release variants.

Package Mirrors:

Key Scripts & Components:

  1. public struct AppLogos
    • Properties:
      • public Sprite HorizontalLight { get; }
      • public Sprite HorizontalDark { get; }
      • public Sprite SquareLight { get; }
      • public Sprite SquareDark { get; }
      • public Sprite IconLight { get; }
      • public Sprite IconDark { get; }
      • public Sprite BackgroundLight { get; }
      • public Sprite BackgroundDark { get; }
    • Methods:
      • public Sprite GetLogo(Type type)
  2. public class AppReleaseVariantDependantGameObject : MonoBehaviour
    • Methods:
      • public void Refresh()
  3. public static class AppReleaseVariantsManager
  4. public class ApplicationIdentifiers
    • Properties:
      • public String Fallback { get; }
      • public String IOS { get; }
      • public String Android { get; }
    • Methods:
      • public Boolean Contains(String identifier)
  5. public class Database : ScriptableObject
    • Properties:
      • public List AppReleaseVariants { get; }
    • Methods:
      • public ScriptedAppReleaseVariant GetReleaseVariantByID(String id)
      • public void SortList()
      • public void RebuildDictionary()
      • public override String ToString()
  6. public interface IAppReleaseVariant
    • Properties:
      • public String ID { get; }
      • public String ProductName { get; }
      • public ApplicationIdentifiers ApplicationIdentifiers { get; }
      • public Texture2D Icon { get; }
      • public AppLogos Logos { get; }
      • public String[] IOSUrlSchemes { get; }
      • public String AndroidDeeplink { get; }
    • Methods:
      • public abstract String ToString()
      • public abstract void Activate()
      • public abstract void Deactivate()
  7. public class ScriptedAppReleaseVariant : ScriptableObject
    • Properties:
      • public String ID { get; }
      • public String ProductName { get; }
      • public ApplicationIdentifiers ApplicationIdentifiers { get; }
      • public Texture2D Icon { get; }
      • public AppLogos Logos { get; }
      • public String[] IOSUrlSchemes { get; }
      • public String AndroidDeeplink { get; }
    • Methods:
      • public override String ToString()
      • public virtual void Activate()
      • public virtual void Deactivate()
      • public virtual void Reset()

U I

  1. public class AppLogoImage : MonoBehaviour
  2. public class ApplicationCompanyNameText : ApplicationText
  3. public class ApplicationIdentifierText : ApplicationText
  4. public class ApplicationProductNameText : ApplicationText
  5. public abstract class ApplicationText : MonoBehaviour
  6. public class ApplicationUnityVersionText : ApplicationText
  7. public class ApplicationVersionText : ApplicationText
  8. public class DeviceUniqueIdentifierText : MonoBehaviour

Keywords

FAQs

Package last updated on 18 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc