public class NativeContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeContext.ClientContext |
static class |
NativeContext.ServerContext |
| Constructor and Description |
|---|
NativeContext(NativeContext.ClientContext clientCtx,
NativeContext.ServerContext serverCtx,
NativeClient nativeClient) |
| Modifier and Type | Method and Description |
|---|---|
NativeContext.ClientContext |
clientCtx() |
NativeClient |
nativeClient() |
NativeContext.ServerContext |
serverCtx() |
public NativeContext(NativeContext.ClientContext clientCtx, NativeContext.ServerContext serverCtx, NativeClient nativeClient)
public NativeContext.ClientContext clientCtx()
public NativeContext.ServerContext serverCtx()
public NativeClient nativeClient()
Copyright © 2021. All rights reserved.