Interface Shell.GetShellCallback

Enclosing class:
Shell

public static interface Shell.GetShellCallback
The callback used in Shell.getShell(GetShellCallback).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onShell(Shell shell)
     
  • Method Details

    • onShell

      void onShell(@NonNull Shell shell)
      Parameters:
      shell - the Shell obtained in the asynchronous operation.