docs.unity3d.com
    Show / Hide Table of Contents

    Class SamsungAndroidProviderLoader

    SamsungAndroidProviderLoader implements the loader for Adaptive Performance on Samsung devices running Android.

    Inheritance
    Object
    SamsungAndroidProviderLoader
    Namespace: UnityEngine.AdaptivePerformance.Samsung.Android
    Syntax
    public class SamsungAndroidProviderLoader : AdaptivePerformanceLoaderHelper

    Methods

    Deinitialize()

    Implementaion of .

    Declaration
    public override bool Deinitialize()
    Returns
    Type Description
    Boolean

    True if successfully deinitialized the Samsung Android subsystem, false otherwise.

    GetDefaultSubsystem()

    Implementation of .

    Declaration
    public override ISubsystem GetDefaultSubsystem()
    Returns
    Type Description
    ISubsystem

    Returns the Samsung Android Subsystem, which is the loaded default subsystem. Because only one subsystem can be present at a time, Adaptive Performance always initializes the first subsystem and uses it as a default. You can change subsystem order in the Adaptive Performance Provider Settings.

    GetSettings()

    Implementation of .

    Declaration
    public override IAdaptivePerformanceSettings GetSettings()
    Returns
    Type Description
    IAdaptivePerformanceSettings

    Returns the Samsung Android settings.

    Initialize()

    Implementaion of .

    Declaration
    public override bool Initialize()
    Returns
    Type Description
    Boolean

    True if successfully initialized the Samsung Android subsystem, false otherwise.

    Start()

    Implementation of .

    Declaration
    public override bool Start()
    Returns
    Type Description
    Boolean

    True if successfully started the Samsung Android subsystem, false otherwise.

    Stop()

    Implementaion of .

    Declaration
    public override bool Stop()
    Returns
    Type Description
    Boolean

    True if successfully stopped the Samsung Android subsystem, false otherwise.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023