def handle_find_by_description_like(self, context, input, output): logger.warning("MatchMakingServer.find_by_description_like is unsupported") raise common.RMCError("Core::NotImplemented")
async def update_account_effective_date(self, *args): logger.warning("AccountServer.update_account_effective_date not implemented") raise common.RMCError("Core::NotImplemented")
async def get_last_connection_stats(self, *args): logger.warning("AccountServer.get_last_connection_stats not implemented") raise common.RMCError("Core::NotImplemented")
async def test_capability(self, *args): logger.warning("AccountServer.test_capability not implemented") raise common.RMCError("Core::NotImplemented")
async def get_multiple_public_data(self, *args): logger.warning("AccountServer.get_multiple_public_data not implemented") raise common.RMCError("Core::NotImplemented")
def login_ex(self, *args): logger.warning("AuthenticationServer.login_ex not implemented") raise common.RMCError("Core::NotImplemented")
def get_name(self, *args): logger.warning("AuthenticationServer.get_name not implemented") raise common.RMCError("Core::NotImplemented")
def handle(self, context, method_id, input, output): if method_id in self.methods: self.methods[method_id](context, input, output) else: logger.warning("Unknown method called on %s: %i", self.__class__.__name__, method_id) raise common.RMCError("Core::NotImplemented")
def handle_open_participation(self, context, input, output): logger.warning("MatchmakeExtensionServer.open_participation is unsupported") raise common.RMCError("Core::NotImplemented")
def find_by_sql_query(self, *args): logger.warning("MatchMakingServer.find_by_sql_query not implemented") raise common.RMCError("Core::NotImplemented")
def get_session_urls(self, *args): logger.warning("MatchMakingServer.get_session_urls not implemented") raise common.RMCError("Core::NotImplemented")
def find_by_participants(self, *args): logger.warning("MatchMakingServer.find_by_participants not implemented") raise common.RMCError("Core::NotImplemented")
def handle_update_session_host(self, context, input, output): logger.warning("MatchMakingServer.update_session_host is unsupported") raise common.RMCError("Core::NotImplemented")
def handle_register_local_urls(self, context, input, output): logger.warning("MatchMakingServer.register_local_urls is unsupported") raise common.RMCError("Core::NotImplemented")
def process_notification_event(self, *args): logger.warning( "NotificationServer.process_notification_event not implemented") raise common.RMCError("Core::NotImplemented")
def handle_browse_matchmake_session_with_host_urls(self, context, input, output): logger.warning("MatchmakeExtensionServer.browse_matchmake_session_with_host_urls is unsupported") raise common.RMCError("Core::NotImplemented")
def process_presence_change_event(self, *args): logger.warning( "NintendoNotificationServer.process_presence_change_event not implemented" ) raise common.RMCError("Core::NotImplemented")
def handle_modify_current_game_attribute(self, context, input, output): logger.warning("MatchmakeExtensionServer.modify_current_game_attribute is unsupported") raise common.RMCError("Core::NotImplemented")
def request_ticket(self, *args): logger.warning("AuthenticationServer.request_ticket not implemented") raise common.RMCError("Core::NotImplemented")
def handle_update_application_buffer(self, context, input, output): logger.warning("MatchmakeExtensionServer.update_application_buffer is unsupported") raise common.RMCError("Core::NotImplemented")
async def disable_account(self, *args): logger.warning("AccountServer.disable_account not implemented") raise common.RMCError("Core::NotImplemented")
def handle_getlst_friend_notification_data(self, context, input, output): logger.warning("MatchmakeExtensionServer.getlst_friend_notification_data is unsupported") raise common.RMCError("Core::NotImplemented")
async def get_name(self, *args): logger.warning("AccountServer.get_name not implemented") raise common.RMCError("Core::NotImplemented")
def handle_update_matchmake_session(self, context, input, output): logger.warning("MatchmakeExtensionServer.update_matchmake_session is unsupported") raise common.RMCError("Core::NotImplemented")
async def find_by_name_regex(self, *args): logger.warning("AccountServer.find_by_name_regex not implemented") raise common.RMCError("Core::NotImplemented")
def handle_join_community(self, context, input, output): logger.warning("MatchmakeExtensionServer.join_community is unsupported") raise common.RMCError("Core::NotImplemented")
async def update_status(self, *args): logger.warning("AccountServer.update_status not implemented") raise common.RMCError("Core::NotImplemented")
def handle_find_community_by_participant(self, context, input, output): logger.warning("MatchmakeExtensionServer.find_community_by_participant is unsupported") raise common.RMCError("Core::NotImplemented")
async def reset_password(self, *args): logger.warning("AccountServer.reset_password not implemented") raise common.RMCError("Core::NotImplemented")
def handle_migrate_gathering_ownership(self, context, input, output): logger.warning("MatchMakingServer.migrate_gathering_ownership is unsupported") raise common.RMCError("Core::NotImplemented")