Package 

Interface SCDomainListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSCDomainAvailable(@NonNull() String domain) Callback to hand over the SC-domain once it's available
      abstract void onSCDomainUnavailable() Callback to notify the unavailability of domain
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSCDomainAvailable

         abstract void onSCDomainAvailable(@NonNull() String domain)

        Callback to hand over the SC-domain once it's available

        Parameters:
        domain - the domain to be used by SC SDK
      • onSCDomainUnavailable

         abstract void onSCDomainUnavailable()

        Callback to notify the unavailability of domain