Class TypeUtils

java.lang.Object
com.glideidentity.TypeUtils

public final class TypeUtils extends Object
Utility methods for working with Glide SDK types.
  • Method Details

    • getStatusUrl

      public static String getStatusUrl(com.glideidentity.core.Types.PrepareResponse response)
      Extract status_url from PrepareResponse strategy-specific data. Works for both Link and Desktop strategies.
      Parameters:
      response - the prepare response
      Returns:
      status URL for polling, or null if not available (e.g., TS43 strategy)