Class EOS_KWS_Interface

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.EOS_KWS_Interface
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_KWS_Interface extends com.sun.jna.PointerType
This interface is not available for general access at this time.

The KWS Interface exists as an integration for age gating functionality provided by Kids Web Services from SuperAwesome, using the EOS Connect interface.

All KWS Interface calls take a handle of type EOS_HKWS as the first parameter. This handle can be retrieved from a EOS_HPlatform handle by using the EOS_Platform_GetKWSInterface function.

Since:
8/20/2023
See Also:
  • Constructor Details

    • EOS_KWS_Interface

      public EOS_KWS_Interface(com.sun.jna.Pointer address)
    • EOS_KWS_Interface

      public EOS_KWS_Interface()
  • Method Details