Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 484 Bytes

aries.md

File metadata and controls

22 lines (17 loc) · 484 Bytes

AriesSDK.isTopicSupported()

AriesSDK.isTopicSupported('topic');

Checks if the given topic is supported on the native app. Returns a response containing a boolean parameter isSupported

Response:

Field Type Description
isSupported boolean True if the method is supported.

A successful response body will contain the following information:

{
  response: {
    "isSupported": false
  }
}