Package 

Class ParticipantPreviousRoleChangeUseCase

    • Method Summary

      Modifier and Type Method Description
      final String getPreviousRole(HMSPeer peer)
      final Unit setPreviousRole(HMSPeer peer, String roleName, HMSActionResultListener hmsActionResultListener)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParticipantPreviousRoleChangeUseCase

        ParticipantPreviousRoleChangeUseCase(Function2<String, HMSActionResultListener, Unit> changeMetadata)