public abstract class Source
extends java.lang.Object
| Constructor and Description |
|---|
Source() |
Source(long nativePtr)
Internal use
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribution()
Retrieve the source attribution.
|
java.lang.String |
getId()
Retrieve the source id
|
long |
getNativePtr()
Internal use
|
protected java.lang.String |
nativeGetAttribution() |
protected java.lang.String |
nativeGetId() |
public Source(long nativePtr)
nativePtr - - pointer to native peerpublic Source()
public java.lang.String getId()
public java.lang.String getAttribution()
Will return an empty String if no attribution is available.
public long getNativePtr()
protected java.lang.String nativeGetId()
protected java.lang.String nativeGetAttribution()