Enum Class Unblu.CallLaunchTargetStrategy

java.lang.Object
java.lang.Enum<Unblu.CallLaunchTargetStrategy>
com.unblu.sdk.core.Unblu.CallLaunchTargetStrategy
All Implemented Interfaces:
Serializable, Comparable<Unblu.CallLaunchTargetStrategy>, Constable
Enclosing class:
Unblu

@Deprecated(forRemoval=true, since="4.15.1 - 19.12.2025") public static enum Unblu.CallLaunchTargetStrategy extends Enum<Unblu.CallLaunchTargetStrategy>
Deprecated, for removal: This API element is subject to removal in a future version.
The functions which use Unblu.NotificationLaunchTargetStrategy should be used instead
  • Enum Constant Details

    • DEFAULT_LAUNCHER

      public static final Unblu.CallLaunchTargetStrategy DEFAULT_LAUNCHER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ACTIVE_ACTIVITY

      public static final Unblu.CallLaunchTargetStrategy ACTIVE_ACTIVITY
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static Unblu.CallLaunchTargetStrategy[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Unblu.CallLaunchTargetStrategy valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null