library
androidJvm
library
/
org.xmtp.android.library.push
/
Service
/
UnsubscribeRequestOrBuilder
/
getTopics
get
Topics
abstract
fun
getTopics
(
index
:
Int
)
:
String
repeated string topics = 2;
Return
The topics at the given index.
Parameters
index
The index of the element to return.