getEntity method

int getEntity()

Returns the local address to the native SDK instance.

Implementation

int getEntity() {
  return _sdk.address;
}