You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2021. It is now read-only.
/// - Parameter appDelegateUrl: The parameter of AppDelegate#openURL method. AppDelegate#openURLメソッドで受け取ったurlパラメータをそのまま渡して下さい。
190
-
/// - Returns: If the url is supported by StudyplusSDK, returns true. The valid URL has a __[studyplus-{consumerKey}]__ scheme, and right pathComponents and host. 渡されたurlがStudyplusSDKで対応すべきURL(スキームが __[studyplus-{consumerKey}]__ であり、host/pathComponentsが想定内であるもの)であれば true、それ以外は false を返します。
delegate?.studyplusDidFailToLogin(error:.unknownReason("Could not access Keychain."))
@@ -233,7 +240,8 @@ final public class Studyplus {
233
240
}
234
241
235
242
/// Change the consumer key and secret.
236
-
/// Calling this method allows you to switch to another consumer key and secret. For example, you log in to Studyplus, log out, and post a study record.
243
+
/// Calling this method allows you to switch to another consumer key and secret.
244
+
/// For example, you log in to Studyplus, log out, and post a study record.
237
245
/// If multiple applications are connected with Studyplus, you need to call this method.
238
246
/// If there is only one connected application, you do not need to call this method.
239
247
/// If multiple applications are connected with Studyplus, do not forget to set up custom URL schemes.
@@ -283,7 +291,6 @@ final public class Studyplus {
0 commit comments