abstract fun getManagedNotifications(clazz: Class<*>): Array<ManagedNotification>
Implementations should return an array of ManagedNotification if the supplied the Class has the corresponding metadata. Otherwise should return an empty array.
clazz - the Class to read the metadata from
InvalidMetadataException - in the case of invalid metadata
Return
the notification information