Interface IOpenSettingFailure

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IOpenSettingFailure
Functional interface used for failure callback when a setting is attempted to be opened on the client side.
Author:
Christopher Mindus
  • Method Details

    • onFailure

      void onFailure(IClientSessionGyro clientSession, INativeSetting setting, OpenSettingError error)
      Called upon failure.
      Parameters:
      clientSession - The client session in question, that opened the settings, null if the client session instance cannot be found.
      setting - The setting that was opened.
      error - The error.