Speedify SDK for Android 15.5.0
Loading...
Searching...
No Matches
Deprecated List
Interface IForegroundServiceReceiver
as of 14.7. Use IForegroundServiceStateReceiver and IForegroundNotificationReceiver instead.
Member ISdkStateReceiver.OnAccountCheckResult (ErrorType errorType, @Nullable String errorMessage, boolean accountExists)
as of 15.4. Functionality removed
Member ISdkStateReceiver.OnAccountCreateResult (ErrorType errorType, @Nullable String errorMessage)
as of 15.4. Functionality removed
Member ISdkStateReceiver.OnPasswordChangeResult (ErrorType errorType, @Nullable String errorMessage)
as of 15.4. Functionality removed
Member LogGeneration.generateLogs (Context context)
as of 14.8.6, use create(context, Arrays.asList()) instead
Member LogGeneration.generateLogs (Context context, ILogCompleteCallback callback)
as of 14.8.6, use create(context, callback, Arrays.asList()) instead
Member LogGeneration.generateLogs (Context context, final String fileName)
as of 14.8.6, use create(context, context, fileName, Arrays.asList()) instead
Member LogGeneration.generateLogs (Context context, final ILogCompleteCallback callback, final String fileName)
as of 14.8.6, use create(context, callback, fileName, Arrays.asList()) instead
Member LogGeneration.ILogCompleteCallback.logComplete (boolean success)
as of 14.8.6, use logComplete(boolean,@NonNull CompletionData) instead
Member LogGeneration.shareLogs (Activity activity)
as of 14.8.6, use create(context, Arrays.asList(new LaunchShareSheet())) instead
Member LogGeneration.shareLogs (Activity activity, final ILogCompleteCallback callback)
as of 14.8.6, use create(context, callback, Arrays.asList(new LaunchShareSheet())) instead
Member LogGeneration.shareLogs (final Activity activity, final String fileName, final String email, final String subject, final String body)
as of 14.8.6, use create(context, context, fileName, Arrays.asList(LaunchShareSheet(email,subject,body))) instead
Member LogGeneration.shareLogs (final Activity activity, final ILogCompleteCallback callback, final String fileName, final String email, final String subject, final String body)
as of 14.8.6, use create(context, callback, fileName, Arrays.asList(LaunchShareSheet(email,subject,body))) instead
Member NotificationHelper.createBackgroundActivityNotification (Context context, String notificationChannel, int notificationId, String title, String message, PendingIntent pendingIntent)
As of 14.0. use createBackgroundActivityNotification(Context, Options) instead
Member NotificationHelper.createNotification (Context context, String notificationChannel, int notificationId, String title)
As of 14.0. use createNotification(Context, Options) instead
Member NotificationHelper.createNotification (Context context, String notificationChannel, int notificationId, String title, String message)
As of 14.0. use createNotification(Context, Options) instead
Member NotificationHelper.createNotification (Context context, String notificationChannel, int notificationId, String title, String message, String subtext)
As of 14.0. use createNotification(Context, Options) instead
Member NotificationHelper.createNotification (Context context, String notificationChannel, int notificationId, String title, String message, String subtext, BuilderHelper nbh)
As of 14.0. use createNotification(Context, Options) instead
Member SpeedifyHandler.OnConnectedServer (ServerInformationDetailed serverInfo)
As of 14.0. Use OnConnectedServer(ServerInformation)
Member SpeedifyHandler.OnLockedSetting (@NonNull String settingAction, SettingsLockReason lockReason)
As of 14.0. Use OnSettingError(String,ErrorType,String)
Member SpeedifyHandler.OnServiceCreate ()
as of 14.0. use OnServiceCreate(Service) instead
Member SpeedifyHandler.OnServiceDestroy ()
as of 14.0. use OnServiceDestroy(Service) instead
Member SpeedifyHandler.OnServiceRemoved ()
as of 14.0. use OnServiceRemoved(Service) instead
Member SpeedifyHandler.OnServiceRestart (State lastState, RestartReason reason)
as of 14.8. Use OnServiceRestart(State) and/or OnLastDisconnectEvent(DisconnectEvent)
Member SpeedifySDK.accountCheck (@NonNull String email)
as of 15.4. Functionality removed
Member SpeedifySDK.accountCreate (@NonNull String email, @NonNull String password)
as of 15.4. Functionality removed
Member SpeedifySDK.accountPasswordChange (@NonNull String email, @NonNull String originalPassword, @NonNull String newPassword)
as of 15.4. Functionality removed
Member SpeedifySDK.registerSdkStateReceiver (@NonNull ISdkStateReceiver handler)
as of 14.7. use sdkStateReceivers.register instead
Member SpeedifySDK.setConnectionRateLimit (@NonNull String adapterID, long bps)
as of 15.4
Member SpeedifySDK.setESNIEnabled (boolean enableEsni)
as of 14.3.2
Member SpeedifySDK.setNetworkSharingSameUserAutoPair (boolean allow)
as of 14.8. Use setNetworkSharingAutoPairBehavior
Member SpeedifySDK.unregisterSdkStateReceiver (@NonNull ISdkStateReceiver handler)
as of 14.7. use sdkStateReceivers.unregister instead
Class StateTrackingSBR
as of 14.8
Member Types.AdapterData.rateLimit
as of 15.4 use rateLimitUploadBps and rateLimitDownloadBps
Member Types.DirectorySettings.enableEsni
as of 14.3.2
Member Types.NetworkSharing.Settings.sameUserAutoPair
as of 14.8. Use autoPairBehavior
Class Types.ServerInformationDetailed
as 14.0 use ServerInformation instead
Class Types.SettingsLockReason
as of 14.0