문제

I was looking at the source example provided by Sony but didn't find a way to change or modify the layout for Notification API dynamically once it has been registered.

Or in other words , is it possible to dynamically register a RegistrationInformation subclass rather than during the service creation time registration.

I'm also aware of a method in RegistrationInformation class named isSourcesToBeUpdatedAtServiceCreation. But according to documentation it can only update configuration source during service creation only.

도움이 되었습니까?

해결책

It's not possible to dynamically register a Notification extension. Can you clarify what you're trying to achieve here?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top